PDA

View Full Version : Access WebAdmin Page


Brando67
24th November, 2002, 05:45 PM
Hi all :)

okay I got the .bat file working and the server Up

I cannot access the Admin Page?????

Yes I have admin and pass in the bat file

I have added the ip to [Uweb,Webadmin] the listening port etc

Why can't I access the webadmin http page from Epic ?????

Any help would be greatly appreciated as I have been through all the tutorials and faq's and can't fifure this out and I'm gettin Frustrated :(

Brando67
24th November, 2002, 05:54 PM
here is my .bat

@<hidden> off
:10
C:\UT2003server
cd \UT2003server\system
ucc server CTF-Chrome.ut2?game=xgame.xctfgame?Translocator=False?GameStats=True?mutator=Xgame.mutinstagib?AdminUsername=xxxxxx?AdminPassword=xxxxx
log=utlogs.log
copy utlogs.log utlogscrash.log
goto 10

Seaman
24th November, 2002, 07:23 PM
Hi brando,

As found in the tutorial :

Advanced Administration System

Two ways to enable the advnaced administration system:

1. Add ?AccessControl=XAdmin.AccessControlIni to the commandline startup parameter for the server.
2. In the [Engine.GameInfo] section of the server's .ini file, change the value of the AccessControlClass= line to XAdmin.AccessControlIni .


also check if benabled=true in your ini
and Your Listeningport is filled in

Goodluck

Seaman

Brando67
25th November, 2002, 02:43 AM
Hey Seaman
Thanks for the reply....I've like already done that I tried Advanced Admin Aswell an still couldn't access the admin page!
I've changed listening port and everthing the tuturials say I should do!

Stuck...Is what I am :(

Seaman
25th November, 2002, 07:24 AM
Hi Brando,

I see you don't specify your ini to use when you start your server

@<hidden> off
:10
c:
cd \ut2003server\system
ucc server DM-Antalus?game=XGame.XDeathmatch ini=TypeIniFileHere.ini log=TypeLogNameHere.log
copy TypeLogNameHere.log sTypeLogNameHerecrash.log
goto 10

try to use this in your bat-file and see if it works, also try not to
specify AdminUsername=xxxxxx?AdminPassword=xxxxx
because you are not using the Xadmin system then.
An Xadmin file will then be created when you first logon to your server.

greetz,

Seaman

Brando67
25th November, 2002, 01:15 PM
Okay I changed all that last nite to XAdmin and got into the Admin Pages

Ty Seaman

Now In The mutators Section whenever I change them they revert back to default Why....

How Do I run ucc mastermind*5.......I think this is the Problem......

squatter
27th November, 2002, 10:16 AM
brando67

Have you updated the server to the new version?
I had the same problem, and it was fixed with updating the server to the latest patch..
anyway save your server's ini files before the update, so you can check what it changed.
with the update it sets the ini files back to the default.

Brando67
27th November, 2002, 03:04 PM
Please see UT3 Dedicated Server Squatter.......explanation is There

TY

:thumbup:

ID-WhiteFalcon
9th December, 2002, 10:20 AM
hey where is the bat file?

orkan
17th December, 2002, 06:42 PM
.bat is in /ut2003/system
... or whatever folder you put ut2k3 in.