Skip to content
Mag-nus edited this page Apr 24, 2024 · 7 revisions

This page will go into deploying the ACE server specifically.
(To fulfill the database requirement, please see the instructions on the ACE Hosting page)

 

Code

  1. Install the latest .NET SDK 8.0.x
  2. Clone the project with git:
  3. Copy ACE.Server\Config.js.example to ACE.Server\Config.js and modify settings, such as DAT folder, passwords and other server settings.
  4. In ACE/Source, run dotnet build

   

Running the Server

  • In ACE/Source/ACE.Server/bin/x64/Debug/net8.0, run the server with dotnet ACE.Server.dll

 

Connecting to the Server

Please continue the installation instructions here on the ACE Hosting page.