ACE Hosting Linux - ACEmulator/ACE GitHub Wiki
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
- Install the latest .NET SDK 8.0.x
- Clone the project with git:
- git clone https://github.com/ACEmulator/ACE.git
- Copy
ACE.Server\Config.js.example
toACE.Server\Config.js
and modify settings, such as DAT folder, passwords and other server settings. - In
ACE/Source
, rundotnet 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.