Skip to content

Set up the server executable folder

Simon edited this page Mar 17, 2019 · 5 revisions

This step can be a bit confusing, but the file structure is needed for the backend to support multiple versions at once.

Basically you have a folder that contains the server executables and the instances (the instances will be generated by the backend automatically so we dont have to worry about them). This folder has a subfolder called "servers" which contains all supported server executables, each in its own subfolder. These subfolders have to be named after the version of the server executable and only need to contain the executable itself.

This is an example of a valid folder tree (you dont even have to create a "instances" folder, the backend will take care of it, just create the "servers" folder):

C:\USERS\GRIMSI\ACCSERVERMANAGER
├───instances
│   ├───<List of instances generated by the backend, please dont touch anything here>
│   └───<...>
└───servers
    ├───0.6.4
    │       accServer.exe
    │
    └───0.6.5
            accServer.exe