Difference between revisions of "Web Admin"

From Oldunreal-Wiki
Jump to navigation Jump to search
Tag: New redirect
 
Line 1: Line 1:
== Web Administrator interface ==
#REDIRECT [[Unreal v227 Manual/Server admin tools]]
 
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).<br>
<br>
In order to enable WebServer follow these steps:<br>
* First make sure manager is in ServerActors:<br>
- Open up Unreal.ini<br>
- Find group [Engine.GameEngine] and lines "ServerActors".<br>
- If its not there add this line "ServerActors=UWebAdmin.WebAdminManager"<br>
<br>
* Enable webserver and add admin access password/username:<br>
- Open up WebServer.ini<br>
- Go to group [UWebAdmin.WebAdminManager] and set bEnabled to True (bEnabled=True).<br>
- 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).<br>
- Go to group [UWebAdmin.WebServer] and set ListenPort to some open HTTP port (port 80 is recommended).<br>
<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>
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).
[[Category:Server]]

Latest revision as of 20:34, 27 June 2022