09-06-2014, 04:33 AM
There's no port mentioned in that file.
I searched the source a bit more and did find it:
So I added that to the webadmin.ini:
It does start the webadmin now. The connection to the site seems to be timing out after a long while, but at least it's running. Thanks for the help, I'll keep messing with it later.
I searched the source a bit more and did find it:
Code:
m_PortsIPv4 = m_IniFile.GetValueSet("WebAdmin", "Port", "8080");
m_PortsIPv6 = m_IniFile.GetValueSet("WebAdmin", "PortsIPv6", "");
So I added that to the webadmin.ini:
Code:
[WebAdmin]
Port=8181
PortsIPv6=
It does start the webadmin now. The connection to the site seems to be timing out after a long while, but at least it's running. Thanks for the help, I'll keep messing with it later.