Page 1 of 1

Server Admin WebBrowser

Posted: Thu Dec 08, 2022 1:34 am
by [NBK]DxTrEm3Fx
Does anyone know how to log in to your server via web browser and is it possible when you rent a server from Gameservers?
It used to be http:// adminserver/ip something or another?

Re: Server Admin WebBrowser

Posted: Thu Dec 08, 2022 5:04 pm
by Letylove49
yes

you go to your internet browser : Http://yourserverip:port

the webadmin port is set on your unrealtournament.ini of your server

you need to set a login and a password you will find in your unrealtournament.ini

Code: Select all

 [UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=UTServerAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=False
Listenport=8080  <<<  admin port 

i think if i remerber well is Port8080 on Game server

Code: Select all

[UTServerAdmin.UTServerAdmin]
AdminUsername=username
AdminPassword=password 

Re: Server Admin WebBrowser

Posted: Thu Dec 08, 2022 10:27 pm
by Que
Don't forget to install SuperWebAdmin from medors or ut-files.com

Re: Server Admin WebBrowser

Posted: Fri Dec 09, 2022 2:02 am
by [NBK]DxTrEm3Fx
Awesome guy's thank you for your help that worked.