Page 1 of 1
[HELP] Admin commands not working
Posted: 30 Dec 2017, 20:56
by Larsthesheep
Heya,
I currently run a dedicated server (it's still in private for testing purposes), but /admin commands don't seem to do anything, even adding myself to the adminops.xml. Does anyone have any clue on how to fix this?
- Lars
Re: [HELP] Admin commands not working
Posted: 30 Dec 2017, 23:22
by hackie
Its your server I gues , so you are master admin right ?
When enter the server do you see in chat a message like Master admin blablabla is entering the server ( or admin ) ?
If I'm right , Uaseco won't even start if you do not fill in a master-admin in the config files.
Re: [HELP] Admin commands not working
Posted: 31 Dec 2017, 01:16
by Larsthesheep
hackie wrote: ↑30 Dec 2017, 23:22
Its your server I gues , so you are master admin right ?
When enter the server do you see in chat a message like Master admin blablabla is entering the server ( or admin ) ?
If I'm right , Uaseco won't even start if you do not fill in a master-admin in the config files.
I can't even seem to login as a masteradmin myself. But UASECO seems to be a masteradmin just fine. I just really don't get it.
Re: [HELP] Admin commands not working
Posted: 31 Dec 2017, 01:50
by rasmusdk
Have you set your login in UASECO.xml ? (XXXXXXX) - DO NOT use adminops.xml , this is for "normal" admins
<masteradmins>
<!-- /ip:port in tmlogin only useful when joining server over LAN -->
<!-- ipaddress can be specified to guard each login against -->
<!-- unauthorized use of admin commands from other IP addresses -->
<!-- format:
<tmlogin>YOUR_MASTERADMIN_LOGIN</tmlogin> <ipaddress>YOUR_MASTERADMIN_IP</ipaddress>
//-->
<tmlogin>XXXXXXX</tmlogin>
</masteradmins>