-
Notifications
You must be signed in to change notification settings - Fork 252
ACE Hosting Linux
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)
- 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
- In ACE/Source/ACE.Server/bin/x64/Debug/net8.0, run the server with
dotnet ACE.Server.dll
Please continue the installation instructions here on the ACE Hosting page.