• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Web Admin

First you'll want to make sure and enable webadmin in the KillingFloor.ini. In the [UWeb.WebServer] section. Set bEnabled=True.

In the [Engine.GameReplicationInfo] you need to set the AdminName= to whatever you want your login name to be. Then in the [Engine.AccessControl]
section set the AdminPassword= to what you want your admin password to be.

Then you'll want to go to:

http://<your servers IP>:<your webadmin port>

For example:
http://63.211.111.82:8075

And login with your admin name and pass.
 
Upvote 0
I would just like to add that I was unable to connect to webadmin via my external IP address of the server and I had to use my internal ip plus the default ports. Incase anyone else may run into that issue. Webadmin seems to work fine for me now. Thanks for all the tutorials and help from the guys at TWI and other members of the forums! I hope everything is fine with the game, can't wait to try it! Thanks!
 
Upvote 0
Um talk to your host? They are the ones that set it up and provide you with support for basic installation. And this would fall under that category.

It should be [url]http://GAMSERVERIP:8075[/URL] but I'm guessing your host probably didn't forward port 8075 to your gamer server ip.

Provided you did change
Code:
bEnabled=False
to
Code:
bEnabled=True

In killingfloor.ini
 
Upvote 0