Visit the "Server control" page in your NFO control panel, and use the rcon tool there with the command "status". It will respond with output like this:
Code:
-----------------------------------------
Server Status:
name:
ip: nfo-a27608d4517
version: 1.1.0.0
level: Wars/cw2_alien_vessel_small
gamerules: Assault
players: 1/16
time remaining: 1:56
-----------------------------------------
Connection Status:
name: JohnDoe123 id: 0 ip: 11.22.33.44:64100 ping: 255 state: 3 profile: 12345678
Then, use the kick or ban command. The server will give usage information if you enter either command alone:
Code:
kick
Usage: kick cx <connection id> | id <profile id> | <name>
e.g.: kick cx 0, kick id 12345678, kick ElCubo - see 'status'
Code:
ban
Usage: ban <profile id> <minutes>
e.g.: ban 12345678 30
It's usually easiest to kick by connection ID. For instance, to kick "JohnDoe123", as seen in the above "status" output, use:
Code:
kick cx 0
To ban him, we'd use his profile ID, instead. For instance:
Code:
ban 12345678 30