How to Set Up Admin on Your Icarus Server
Set an admin password and use admin commands on your Icarus dedicated server — kick, ban, lobby control, and more.
Icarus uses a password-based admin system — there is no admin list file. Any player who knows the admin password can authenticate in-game for that session.
Set the Admin Password
Stop the server
In the XGamingServer Panel, go to Console and stop the server.
Edit ServerSettings.ini
Click Files in the sidebar and open Icarus/Saved/Config/ServerSettings.ini. Set:
[/script/icarus.dedicatedserversettings]
AdminPassword=YourStrongPasswordIf
AdminPasswordis left empty, running/AdminLoginwith no argument grants admin to anyone. Set a password on any public server.
Save and start
Click Save Content and start from Console.
Authenticate In-Game
Once connected to the server, type in the in-game chat:
/AdminLogin YourStrongPasswordYou gain admin privileges for that session. You must re-authenticate each time you reconnect.
Admin Commands
All commands are typed in the in-game chat with a / prefix:
| Command | Description |
|---|---|
/AdminLogin (password) | Gain admin privileges |
/KickPlayer (SteamID or Name) (Reason) | Kick a player |
/BanPlayer (SteamID or Name) (Reason) | Kick and permanently ban a player |
/UnbanPlayer (SteamID or Name) | Remove a ban |
/AdminSay (message) | Broadcast an admin message to all players |
/ReturnToLobby | Kick all players and return to the prospect selection lobby |
/ReturnToLobbyWhenEmpty | Return to lobby once all players disconnect |
/Help | List all available admin commands |
Lobby-Mode Commands
When the server is in the lobby (no prospect loaded), these commands can be typed without the / prefix:
| Command | Description |
|---|---|
LoadProspect [Name] | Load a saved prospect |
CreateProspect [Type] [Difficulty] [Hardcore] [SaveName] | Create a new prospect |
ResumeProspect | Resume the last active prospect |
Related Guides
How is this guide?

Icarus Server Guides
Complete guides for setting up, configuring, and managing your Icarus dedicated server on XGamingServer.
How to Stop Your Icarus Server From Auto-Shutting Down
Disable or reconfigure the idle and empty-server auto-shutdown timers on your Icarus dedicated server using ShutdownIfNotJoinedFor and ShutdownIfEmptyFor.