How to Kick and Ban Players on Your Nightingale Server ​
On a Nightingale server you remove players directly in the game through the social menu. There are no console or chat commands for kicking and banning.
Note
You have to be authenticated as an admin in the game for this. See Add Admin.
Kick a player ​
Enable admin mode
PressEsc, select Admin Mode: OFF, enter the admin password and confirm with Confirm.Open the social menu
Press theOkey in the game to open the Social Screen.Select the player
Find the player you want to remove in the list.Remove
Select Remove and confirm with Confirm.
The player is disconnected from the server but can rejoin at any time.
Ban a player ​
Open the social menu
As an authenticated admin, press theOkey.Select the player
Find the player you want to lock out in the list.Ban
Select Ban and confirm with Confirm.
The player is immediately thrown off the server and can no longer connect.
Note
Nightingale has no time-limited bans. A ban stays in place until you lift it.
Lift a ban ​
There is no way to unban someone in the game – you edit the file holding the server state instead.
Stop the server
Stop your server via the dashboard. The file is written on shutdown and read on startup.Connect via SFTP
Connect to your server via SFTP.Open ServerState.ini
Open the following file:/NWX/Saved/Config/LinuxServer/ServerState.iniRemove the entry
Look for the line starting withBans=. Inside the brackets, delete the entry of the player you want to unban. All other entries and the brackets themselves stay in place.Start the server
Save the file and start your server.
Warning
Create a backup before editing, or download a copy of the file. A corrupted ServerState.ini can prevent the server from loading its state. If you find neither the file nor a Bans= line, nobody has been banned on your server yet – both are only created with the first ban.
Lift all bans at once
If you delete the entire /NWX/Saved/Config/ folder, the complete server state is reset and with it every ban. The server recreates the folder on the next start.
No console commands ​
Warning
Nightingale offers no RCON and no chat commands for server administration. The console in the dashboard only shows the server's output and does not accept commands. Kicking and banning happen exclusively through the Social Screen in the game.
No whitelist ​
Warning
Nightingale has no whitelist feature. If you want to restrict your server to certain players, set a server password in the dashboard and only share it with those players.