Rcon commands

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Ian

FNG / Fresh Meat
Mar 14, 2006
17
0
0
Hiya, generally those are done via the webadmin feature in ut series anyway, so I'd guess this would be the same and worth getting used to. There are normally some admin commands though for in game.
 

Killtek

FNG / Fresh Meat
Mar 13, 2006
22
0
0
I tried to enable the webadmin feature and it doesn' work, I take it my game host provider is blocking it (even changed ports). I don't have a dedicated box. So the console rcon commands are the only way to admin the box that I know of.

Admin password is set in your RedOrchestra.ini file at:
[Engine.AccessControl]
AdminPassword=<your admin password>


UT2004 Rcon commands

Step1...
ADMINLOGIN <user> <password> - Logs the admininstrator onto the server using the specified password ** I think you can exclude user **

ADMIN MAP <map name> - The Server changes to the specified map

ADMIN SWITCHLEVEL [mapname?game=gametype?mutator=mutator] - Changes the current level to the specified level, game type and mutators

ADMINLOGOUT - Logs the administrator off the server.

ADMIN SET UWeb.Webserver bEnabled True - Enables the remote admin webserver (after level change)

ADMIN SET UWeb.Webserver bEnabled False - Disables the remote admin webserver (after level change)

KICK [playername] - Kicks the specified player from the server

KICKBAN [playername] - Kicks and bans the specified player from the server using their IP address. To unban the player, edit the server.ini or use the web admin interface


I don't like the fact that I have to kick/ban players by their name and I can't list them in console.. :(
 

Sir_Vikin

FNG / Fresh Meat
Feb 17, 2006
9
0
0
Here's how to get the webadmin to work-

XAdmin System

To enable the Xadmin system find the section [Engine.GameInfo] and change the value of the AccessControlClass= line to XAdmin.AccessControlIni
Now start your server and you will notice a new file is created in your system folder called xadmin.ini . This is where all your admin user/passwords/levels are stored. We strongly recommend you do not edit this file directly but that you set your admins up via webadmin.
Now browser to your server ip:port e.g. http://123.4.56.78:80 and you will be prompted for a user and password. This is default set to Admin / Admin and it is case sensitive. You will now be able to access the admins and groups menu on the top right of the screen.
We strongly recommend one of the first things you do is to change the default password. Also, note that you will have to login via console with your username in the format:
adminlogin user password

http://wiki.unrealadmin.org/Server_Setup_%28UT2004%29#Basic_Admin_System