Killing Floor Web Admin

Killing Floor Web Admin

To setup and connect to the web admin that comes with Killing Floor, you need to make a couple of minior changes to the KillingFloor.ini which you can edit via the file editor.

I have had to edit some lines that use square brackets ] [ as the wiki is doing funny things with them.

First find the line that starts:

UWeb.WebServer

This is the start of the web admin configuration. First you need to change the following line from False to True:

bEnabled=False

Next we need to set the port as the default of 8075 will be in use by another customer and so find one that is higher or lower that works. This is completely different to the port your server listens on for clients eg 27015 if you try and use that it won't work.

ListenPort=8075

Then we need to change the username and password used to login to webadmin.

AdminName=Admin
AdminPassword=Adminpass

All together you should have something like this:

[1]
Applications[2]=xWebAdmin.UTServerAdmin
ApplicationPaths[3]=/ServerAdmin
Applications[4]=xWebAdmin.UTImageServer
ApplicationPaths[5]=/images
bEnabled=True
ListenPort=8075
AdminName=Admin
AdminPassword=Adminpass

Once all changed save and restart your server and test. If the port your using is not letting you login and your sure you have the correct details, it means someone is using that port and so will need to find another port to use.

Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>