Killing Floor 2

Killing Floor 2

View Stats:
Dedicated Server Web Admin not working
These are links to my settings. I do have Webadmin enabled in the FKGame Folder as shown in this YouTube video as well as that I have all ports forwarded on UDP and TCP and last time I made a server (and got this messege) it was all done the way the forums said to do it.

(CMD server log)
http://puu.sh/r4Vke/b9129c1399.png

(Server.bat file)
http://puu.sh/r4VsM/bc0182d2da.png

(KFWeb.ini)
http://puu.sh/r4Vxu/32f6b084b9.png

(Router Ports)
http://puu.sh/r4VDm/6351f5cf19.png

I have also tried my PC on DMZ mode - any help would be greatly appreciated.
< >
Showing 1-14 of 14 comments
Doctor Hue Sep 8, 2016 @ 10:11pm 
Are you getting 'Connection Refused' while connecting to 192.168.0.55:8080?
Is your IPv4 address still matches with port forwarded IP address? (I see no UUID there)
Last edited by Doctor Hue; Sep 8, 2016 @ 10:11pm
tizeY (Banned) Sep 8, 2016 @ 10:12pm 
.ini version seems to be incorrect , this is the version my root uses which is working flawless :

[IniVersion]
0=1465575336.000000

try changing and report back.
Doctor Hue Sep 8, 2016 @ 10:17pm 
Originally posted by tizeY:
.ini version seems to be incorrect , this is the version my root uses which is working flawless :

[IniVersion]
0=1465575336.000000

try changing and report back.

i have 0=1446549201.000000 and it's still working smoothly so that isn't really a problem.
tizeY (Banned) Sep 8, 2016 @ 10:21pm 
Originally posted by Doctor Hue:
Originally posted by tizeY:
.ini version seems to be incorrect , this is the version my root uses which is working flawless :

[IniVersion]
0=1465575336.000000

try changing and report back.

i have 0=1446549201.000000 and it's still working smoothly so that isn't really a problem.

I had issues with my server a while back which was linked to incorrect .ini versions which is the same reason why read only ini's won't work after patch due to the incorrect variable.

Another problem which i already mentioned is the files being read only where the server can do no modifications when needed which leads to the server simply dying on launch.

I mean apart from that and redownloading the content from steamcmd theres not much to do is there?
Doctor Hue Sep 8, 2016 @ 10:39pm 
Originally posted by tizeY:
Originally posted by Doctor Hue:

i have 0=1446549201.000000 and it's still working smoothly so that isn't really a problem.

I had issues with my server a while back which was linked to incorrect .ini versions which is the same reason why read only ini's won't work after patch due to the incorrect variable.

Another problem which i already mentioned is the files being read only where the server can do no modifications when needed which leads to the server simply dying on launch.

I mean apart from that and redownloading the content from steamcmd theres not much to do is there?

Read-only? I didn't mess with file attributes at all and they aren't read-only.
All I know is that the config files hardly get overwritten even if you update them so it's really hard for the config files to get real messy unless they are heavily modified, not just changing values. If i want the latest config files I would delete them and steamcmd -validate again.
Last edited by Doctor Hue; Sep 8, 2016 @ 10:52pm
tizeY (Banned) Sep 8, 2016 @ 10:51pm 
Originally posted by Doctor Hue:
Originally posted by tizeY:

I had issues with my server a while back which was linked to incorrect .ini versions which is the same reason why read only ini's won't work after patch due to the incorrect variable.

Another problem which i already mentioned is the files being read only where the server can do no modifications when needed which leads to the server simply dying on launch.

I mean apart from that and redownloading the content from steamcmd theres not much to do is there?

Read-only? I didn't mess with file attributes at all and they aren't read-only.
All I know is that the config files hardly get overwritten even if you update them so it's really hard for the config files to get real messy unless they are heavily modified, not just changing values.

I never assumed nor pointed my finger at you and said that you did put em read only did i?

It can be defaulted in and yes tripwire adds new lines and while the configs itself doesn't get overwritten it gets updated .

And launching a server with V0=XXXX with files that launch on V0=XYXX will simply result in an error.

And it's not really about it getting messy you can get away with alot of stuff , running multiple serverscripts such as Autokick , clientpacketcast checker , autopatcher , tickrate adjusting etc doesn't even come close to benching a SV with more than 2gb of rams (seeing as a server runs with 800~mb while being hosted on 8/16/32 gb machines)

It is hard to mess up anything with the files yet possible , and while you haven't experienced those issues doesn't necessarily mean that my statement is incorrect.

It's like trying to run the current input,ini read only with the older .ini version and boot up . you may be able to use wasd + the mouse axis however shooting reloading and all the fun stuff will be blocked , about the same result as the serversettings , most stuff will work some will not. the scripts you're running have to be updated manually (which only the scripter can do since the server while running it won't update a customscript.)

It can happen that the files won't update on their own and most likely will be reset to default settings.
Doctor Hue Sep 8, 2016 @ 11:44pm 
Originally posted by tizeY:
Originally posted by Doctor Hue:

Read-only? I didn't mess with file attributes at all and they aren't read-only.
All I know is that the config files hardly get overwritten even if you update them so it's really hard for the config files to get real messy unless they are heavily modified, not just changing values.

I never assumed nor pointed my finger at you and said that you did put em read only did i?
......

What I meant is the config files came with full read/write permission by default.
Yes the contents in the config files will reset themselves if the server launches non-matching IniVersion.
Could have asked him to have the configs' read-only attribute inspected instead of changing the IniVersion and risk the settings getting reset again.
tizeY (Banned) Sep 8, 2016 @ 11:47pm 
Originally posted by Doctor Hue:
Originally posted by tizeY:

I never assumed nor pointed my finger at you and said that you did put em read only did i?
......

What I meant is the config files came with full read/write permission by default.
Yes the contents in the config files will reset themselves if the server launches non-matching IniVersion.
Could have asked him to have the configs' read-only attribute inspected instead of changing the IniVersion and risk the settings getting reset again.

Could've but would've needed something to compare versions with which wasn't given , and even if it would've reset to default it could've just been deleted and redownloaded with a packagecheck.
ItsScottish Sep 9, 2016 @ 6:19am 
Originally posted by Doctor Hue:
Are you getting 'Connection Refused' while connecting to 192.168.0.55:8080?
Is your IPv4 address still matches with port forwarded IP address? (I see no UUID there)

People have connected but not stayed long
http://puu.sh/r5dIj/a117bd7665.png



Originally posted by tizeY:
.ini version seems to be incorrect , this is the version my root uses which is working flawless :

[IniVersion]
0=1465575336.000000

try changing and report back.
http://puu.sh/r5dNi/fa09262e7a.png



Originally posted by tizeY:
Originally posted by Doctor Hue:

i have 0=1446549201.000000 and it's still working smoothly so that isn't really a problem.

I had issues with my server a while back which was linked to incorrect .ini versions which is the same reason why read only ini's won't work after patch due to the incorrect variable.

Another problem which i already mentioned is the files being read only where the server can do no modifications when needed which leads to the server simply dying on launch.

I mean apart from that and redownloading the content from steamcmd theres not much to do is there?
But ye never mentioned this read-only stuff

ItsScottish Sep 9, 2016 @ 6:20am 
Twas still a no on all fronts

http://puu.sh/r5dVv/f67d514dd1.png
Doctor Hue Sep 9, 2016 @ 8:43am 
Originally posted by SCOTTISH™:
Twas still a no on all fronts

http://puu.sh/r5dVv/f67d514dd1.png

Check your KFWeb.ini again and see if bEnabled is being reset since you changed the IniVersion.

Try changing the web admin port to the other port like 8081 and port forward 8081 instead, could be that the port is already being used by other program and hence the conflict.
ItsScottish Sep 9, 2016 @ 4:37pm 
Originally posted by Doctor Hue:
Originally posted by SCOTTISH™:
Twas still a no on all fronts

http://puu.sh/r5dVv/f67d514dd1.png

Check your KFWeb.ini again and see if bEnabled is being reset since you changed the IniVersion.

Try changing the web admin port to the other port like 8081 and port forward 8081 instead, could be that the port is already being used by other program and hence the conflict.

Yeah that worked... I am now looking for the file to change the game length but also confused waht was using port 8080
ZOD Sep 9, 2016 @ 5:22pm 
8080 could be blocked by your ISP since it is the standard alt web port. Most ISP do not allow servers runing on home accounts so they block all standard server ports.
ItsScottish Sep 9, 2016 @ 7:36pm 
Originally posted by Squidloaf:
8080 could be blocked by your ISP since it is the standard alt web port. Most ISP do not allow servers runing on home accounts so they block all standard server ports.

I might try to get a bussiness line in - a friend of mine has a bussiness line and he literally told the company we are with he sells "Toaster Parts"... He works as a cashier. I think they could believe I am a streamer haha

+Rep to Doctor Hue for the help and +Rep to Squidload for the explanation of port 8080
< >
Showing 1-14 of 14 comments
Per page: 1530 50

Date Posted: Sep 8, 2016 @ 9:51pm
Posts: 14