1. Install the latest patch (v1.2).
2. Download the webadmin addon @ http://ut3webadmin.elmuerte.com/
3. Unzip the addon into the root folder of your UT3 server
installation. Be sure to preserve the folder structure contained
within the zip file.
4. Start your server. This will create a new file in your
/UTGame/Config/ folder: - UTWeb.ini
5. Shut down your server
6. Open /UTGame/Config/UTWeb.ini in a text editor
7. Make the following changes to the file, setting the webserver port
to whatever you desire (default is 80):
8. Save this file, restart your UT3 server. This will create a new
file in your /UTGame/Config/ folder:
- UTWebAdmin.ini
9. Shut down your server
10. Open /UTGame/Config/UTWebAdmin.ini in a text editor
11. Make the following changes to the file:
12. Save the file, restart your UT3 server (making sure ?Adminpassword=X is set)
13. Test WebAdmin functionality by opening a web browser and pointing
it to your server IP address. If you changed the default port in step
#6 above then specify the port in the URL like so:
http://127.0.0.1:<port>
14. Login using the following info:
- username: Admin
- password: [YourServerAdminPassword]
Thanks to the server admin list for detailing this out
2. Download the webadmin addon @ http://ut3webadmin.elmuerte.com/
3. Unzip the addon into the root folder of your UT3 server
installation. Be sure to preserve the folder structure contained
within the zip file.
4. Start your server. This will create a new file in your
/UTGame/Config/ folder: - UTWeb.ini
5. Shut down your server
6. Open /UTGame/Config/UTWeb.ini in a text editor
7. Make the following changes to the file, setting the webserver port
to whatever you desire (default is 80):
Code:
[UWeb.WebServer] ListenPort=80 bEnabled=true
file in your /UTGame/Config/ folder:
- UTWebAdmin.ini
9. Shut down your server
10. Open /UTGame/Config/UTWebAdmin.ini in a text editor
11. Make the following changes to the file:
Code:
[WebAdmin.WebAdmin] bHttpAuth=true [WebAdmin.BasicWebAdminAuth] RequireUsername=Admin
13. Test WebAdmin functionality by opening a web browser and pointing
it to your server IP address. If you changed the default port in step
#6 above then specify the port in the URL like so:
http://127.0.0.1:<port>
14. Login using the following info:
- username: Admin
- password: [YourServerAdminPassword]
Thanks to the server admin list for detailing this out
Comment