Difference between revisions of "Web Admin"

From Oldunreal-Wiki
Jump to navigation Jump to search
m (Protected "Web Admin" [edit=autoconfirmed:move=autoconfirmed])
m (loopback ip fix)
Line 17: Line 17:
Now to access web admin with your web browser, write in on URL bar your server IP-address and Listen Port number (as defined above)<br>
Now to access web admin with your web browser, write in on URL bar your server IP-address and Listen Port number (as defined above)<br>
For example like this:<br>
For example like this:<br>
http://1.127.0.0:8060<br>
http://127.0.0.1:8060<br>
That should bring up a authorization window asking for username and password, fill in ones you specified on accounts (as in above).
That should bring up a authorization window asking for username and password, fill in ones you specified on accounts (as in above).

Revision as of 21:20, 7 March 2010

Web Administrator interface

Since 227e you get web server with the patch, meaning you can manage the server with a web browser (such as Internet Explorer or Firefox).

In order to enable WebServer follow these steps:

  • First make sure manager is in ServerActors:

- Open up Unreal.ini
- Find group [Engine.GameEngine] and lines "ServerActors".
- If its not there add this line "ServerActors=UWebAdmin.WebAdminManager"

  • Enable webserver and add admin access password/username:

- Open up WebServer.ini
- Go to group [UWebAdmin.WebAdminManager] and set bEnabled to True (bEnabled=True).
- Go to group [UWebAdmin.SubWebManager] and edit default account "Accounts=(Username="Admin",Password="Admin")" (and if needed, add more lines for more admins to use).
- Go to group [UWebAdmin.WebServer] and set ListenPort to some open HTTP port (port 80 is recommended).

Now to access web admin with your web browser, write in on URL bar your server IP-address and Listen Port number (as defined above)
For example like this:
http://127.0.0.1:8060
That should bring up a authorization window asking for username and password, fill in ones you specified on accounts (as in above).