PDA

View Full Version : Web Admin Issues


Midge
25th March, 2008, 01:01 AM
Today i installed the UT3 server on my dedicated windows box, and patched/configured everything this is my command line

UT3.exe Server WAR-Torlan ?game=UTGame.UTOnslaughtGame_Content -login=********* -password=******** -unattended?maxplayers=32?AdminPassword=********

ok now webadmin works(as far as i can tell) but it will not accept any user/password

is there anythin wrong with the way i have that set?

---UTWEB.ini---
[UWeb.WebConnection]
MaxValueLength=512
MaxLineLength=4096

[UWeb.WebServer]
Applications[0]=WebAdmin.UTServerAdmin
Applications[1]=WebAdmin.UTImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
;;Applications[0]=UWeb.HelloWeb
;;ApplicationPaths[0]=/Hello
ListenPort=9000
MaxConnections=18
ExpirationSeconds=86400
bEnabled=true

[UWeb.WebResponse]
IncludePath=/Web
CharSet=iso-8859-1

[IniVersion]
0=1201691568.000000

---UTWEBADMIN.ini---

[WebAdmin.WebAdmin]
bHttpAuth=true
startpage=/current
QueryHandlers=WebAdmin.QHCurrent
QueryHandlers=WebAdmin.QHDefaults

[WebAdmin.QHCurrent]
ChatRefresh=5000
denyUrlOptions=GamePassword
denyUrlOptions=AdminPassword
denyUrlOptions=Port
denyUrlOptions=QueryPort
bConsoleEnabled=true
bAdminConsoleCommandsHack=true
denyConsoleCommands=say
denyConsoleCommands=obj
denyConsoleCommands=debug
denyConsoleCommands=flush
denyConsoleCommands=set

[WebAdmin.QHDefault]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists

[IniVersion]
0=1206383198.000000

[WebAdmin.QHDefaults]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists

any help will be greatly appreciated
thankyou :)

Midge
25th March, 2008, 01:37 AM
ok i got it going for anyone who may pass this thread in the future with the same problem



UT3.exe Server WAR-Torlan?game=UTGame.UTOnslaughtGame_Content?maxplayers=32?AdminName=admin?AdminPassword=****** -login=******* -password=******

i hate to set it up in that format and it worked fine

Dozinator
18th April, 2008, 12:33 AM
Web Admin v1.1

Change your Listening port and need to add what I have here.
Good Luck and I hope that will help you.

[WebAdmin.WebAdmin]
bHttpAuth=true
startpage=/current
QueryHandlers=WebAdmin.QHCurrent
QueryHandlers=WebAdmin.QHDefaults

[WebAdmin.QHCurrent]
ChatRefresh=5000
denyUrlOptions=AdminPassword
denyUrlOptions=Port
denyUrlOptions=QueryPort
bConsoleEnabled=true
bAdminConsoleCommandsHack=true
denyConsoleCommands=say
denyConsoleCommands=obj
denyConsoleCommands=debug
denyConsoleCommands=flush
denyConsoleCommands=set

[WebAdmin.QHDefault]
GeneralSettingsClass=WebAdmin.GeneralSettings

[WebAdmin.BasicWebAdminAuth]
RequireUsername=XXXXX

[IniVersion]
0=1204265146.000000

[WebAdmin.QHDefaults]
GeneralSettingsClass=WebAdmin.GeneralSettings
AdditionalMLClass=WebAdmin.AdditionalMapLists





[UWeb.WebConnection]
MaxValueLength=512
MaxLineLength=4096

[UWeb.WebServer]
Applications[0]=WebAdmin.UTServerAdmin
Applications[1]=WebAdmin.UTImageServer
ApplicationPaths[0]=/ServerAdmin
ApplicationPaths[1]=/images
;;Applications[0]=UWeb.HelloWeb
;;ApplicationPaths[0]=/Hello
ListenPort=8888
MaxConnections=18
ExpirationSeconds=86400
bEnabled=true

[UWeb.WebResponse]
IncludePath=/Web
CharSet=iso-8859-1

[IniVersion]
0=1201713168.000000

dirrty[starbuck]
16th July, 2008, 06:53 PM
ok i got it going for anyone who may pass this thread in the future with the same problem

UT3.exe Server WAR-Torlan?game=UTGame.UTOnslaughtGame_Content?maxplayers=32?AdminName=admin?AdminPassword=****** -login=******* -password=******


In your UTWebAdmin.ini add the following
[WebAdmin.BasicWebAdminAuth]
RequireUsername=Admin

In your UTGame.ini add the following
[Engine.AccessControl]
AdminPassword=xXxXxXxXx

With these two things added remove ?AdminName=admin?AdminPassword=****** from your command line.

:cool: