Using the Remote Admin (UT)

From UnrealAdminWiki

TODO: This part needs to be finished
  • Add some information on actually using the webadmin : logging in, the interface, changing settings.

It is possible to control your server from a remote PC from anywhere in the world via a web browser. This is called the Remote Admin.

How is this possible ? UT actually contains some code that allows it to function as a sort of web server.

Activating the Remote Admin

In order to activate the Remote Admin, you must make the following changes in your server's ini file.

[UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=UTServerAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True
ListenPort=80
MaxConnections=30
ServerName=
  • bEnabled is set to False by default so you must change it to true.
  • ServerName should be left blank unless you are running a server inside a LAN. If this is the case, enter the external IP address of the server which is connected to the Internet.
  • It is advised to change the ListenPort if it conflicts with existing services running on the machine you're using.

These can be changed on the server by logging in as admin and using the following commands in the console :

set UWeb.WebServer bEnabled True

And so on.

[UBrowser.UBrowserHTTPClient]
ProxyServerAddress=
ProxyServerPort=

This is self-explanatory. If you are behind a proxy, enter it's IP address and port.

[UTServerAdmin.UTServerAdmin]
AdminUsername=XanKriegor
AdminPassword=Iamthealphaandtheomega 

There is no default Username and Password so you must enter these.

the UnrealAdmin Page
History
  • Using the…dmin (UT)