How to Add Moderators on Your American Truck Simulator Server
How to grant moderator permissions on your ATS dedicated server using SteamID64 in server_config.sii.
Moderators are added directly in server_config.sii using their SteamID64. They receive admin abilities automatically when joining.
Adding Moderators
- Get each player's SteamID64 at steamid.io
- Stop your server
- In the XGamingServer Panel, click Files
- Open
server_config.sii - Find the
moderator_listline and update it:
moderator_list: 2
moderator_list[0]: 76561198012345678
moderator_list[1]: 76561198087654321The number after moderator_list: must match the total count of entries.
- Save and start your server
What Moderators Can Do
Moderators have access to in-game chat commands:
| Command | Description |
|---|---|
/set_time HH:MM | Change the in-game time |
/set_rain_factor <0-1> | Control rain intensity (0 = none, 1 = max) |
/help | List available commands |
Removing a Moderator
Delete their entry, update the count, and renumber the remaining entries:
moderator_list: 1
moderator_list[0]: 76561198087654321Related Guides
How is this guide?

How to Install Mods on Your American Truck Simulator Server
How to set up mods on your ATS dedicated server using server_packages export — the server doesn't use mod files directly.
How to Change Max Players on Your ATS Server
How to set the maximum number of players on your American Truck Simulator dedicated server.