How to become an admin in American Truck Simulator
Important: You have to set your server to Advanced Mode to be able to add an admin.
The server must remain in Advanced Mode or otherwise your changes will be reset!
information: You need the SteamID64 of the players who should become admin.
We describe here how you can get it: SteamID herausfinden .
Add Admin
Locate the following line in server_config.sii:moderator_list: 0
This is where the individual admins are added.
Replace 0
with the total number of admins.
For example, with 3 admins, the line looks like this:moderator_list: 3
The individual admins are added below this line, for example:moderator_list[0]: 76561197979226165
Increase the value [0]
by 1 for each admin added.
With 3 admins the config entry looks like this:
moderator_list: 3
moderator_list[0]: 76561197979226165
moderator_list[1]: 76561197979226166
moderator_list[2]: 76561197979226167
Click Save and restart your server.