7 Days to Die

7 Days to Die

View Stats:
This topic has been locked
appelflap Dec 11, 2017 @ 1:29pm
Can’t become afmin on my own nitrado server
Hello, and before I start: my english is not that good sorry. Anyway, i have rented a server from nitrado and I want to become the admin of it. I already pasted a code with my steam ID in the game admin xml file. When I enter the server and type in: dm it says i don’t have permission. (My server is set to cheat mode). Help would be apreciated! (I posted the same topic in multiple sections because i didn’t know which one was good)
< >
Showing 1-15 of 43 comments
Nobody Dec 11, 2017 @ 1:35pm 
Shutdown server
Edit the serveradmin.xml by adding your ID with power of 0
make sure you removed the <!-- -->
Start game
have fun
appelflap Dec 11, 2017 @ 1:38pm 
I tried that twice, but didn’t work.
I’ll paste my code tomorrow morning.
(On my phone right now)
Thanks anyways!
Green777 (Banned) Dec 11, 2017 @ 1:43pm 
on my sever you puit in your steam id nit the sever xml admin in the saves dir do the same as Appo said
Shurenai Dec 11, 2017 @ 1:44pm 
I think debug mode is not listed within the admin permissions file by default, and as such it wont let you use it?

<adminTools> <admins> <admin steamID="YourSteamIDHere" permission_level="0" /> </admins> <moderators> <!-- <moderator steamID="XX" permission_level="1" /> --> </moderators> <permissions> <permission cmd="lp" permission_level="0" /> <permission cmd="kick" permission_level="0" /> <permission cmd="ban" permission_level="0" /> <permission cmd="sg" permission_level="0" /> <permission cmd="cm" permission_level="0" /> <permission cmd="se" permission_level="0" /> <permission cmd="st" permission_level="0" /> <permission cmd="dm" permission_level="0" /> <permission cmd="tp" permission_level="0" /> <permission cmd="tele" permission_level="0" /> </permissions>


Your serveradmin.xml should look similar to this, Some of the commands above are ones i had to manually add to the file (Namely SE, ST, DM, TP, and Tele, i think) If they are NOT within this file, the command is not usable.

If you don't have access to the file you should be able to add commands in game by using the cp add command, in this case "cp add debugmenu 0"
Nobody Dec 11, 2017 @ 1:47pm 
Wrote my Serveradmin.xml today and it works (so far i testet until now)

Btw
0 = HeadAdmin
200 = Admin
(400 would be support admins)
600 = Moderator
800 = Trusted player
1000 = player
<?xml version="1.0" encoding="UTF-8"?> <!-- This file holds the settings for who is banned, whitelisted, admins and server command permissions. Steam ID can be found using http://steamid.co/ STEAM ID INSTRUCTIONS: =============================================================== http://steamid.co/ instructions: Input the player's name in the search field. example: Kinyajuu If the name doesn't work, you can also use the url of their steam page. Also you may add/remove admins, mods, whitelist, blacklist using in game commands. You will want the STEAM64ID. example: 76561198021925107 PERMISSION LEVEL INSTRUCTIONS: =============================================================== permission level : 0-1000, a user may run any command equal to or above their permission level. Users not given a permission level in this file will have a default permission level of 1000! COMMAND PERMISSIONS INSTRUCTIONS: =============================================================== cmd : This is the command name, any command not in this list will not be usable by anyone but the server. permission level : 0-1000, a user may run any command equal to or above their permission level. Commands not specified in this file will have a default permission level of 0! EVERYTHING BETWEEN <!- - and - -> IS COMMENTED OUT! THE ENTRIES BELOW ARE EXAMPLES THAT ARE NOT ACTIVE!!! --> <adminTools> <admins> <!-- <admin steamID="76561198021925107" permission_level="0" /> --> <admin steamID="76561198321326453" permission_level="1000" /> </admins> <permissions> <!-- <permission cmd="dm" permission_level="0" /> --> <!-- <permission cmd="kick" permission_level="1" /> --> <!-- <permission cmd="say" permission_level="1000" /> --> <permission cmd="admin" permission_level="0" /> <permission cmd="mod" permission_level="0" /> <permission cmd="cp" permission_level="0" /> <permission cmd="killall" permission_level="0" /> <permission cmd="rendermap" permission_level="0" /> <permission cmd="webpermission" permission_level="0" /> <permission cmd="st" permission_level="200" /> <permission cmd="ban" permission_level="200" /> <permission cmd="cm" permission_level="200" /> <permission cmd="give" permission_level="200" /> <permission cmd="giveself" permission_level="200" /> <permission cmd="kill" permission_level="200" /> <permission cmd="rlp" permission_level="200" /> <permission cmd="visitmap" permission_level="200" /> <permission cmd="sg" permission_level="200" /> <permission cmd="sgs" permission_level="200" /> <permission cmd="dm" permission_level="600" /> <permission cmd="spawnairdrop" permission_level="600" /> <permission cmd="spawnwanderinghorde" permission_level="600" /> <permission cmd="spawnsupplycrate" permission_level="600" /> <permission cmd="starve" permission_level="600" /> <permission cmd="thirsty" permission_level="600" /> <permission cmd="se" permission_level="600" /> <permission cmd="si" permission_level="600" /> <permission cmd="mem" permission_level="600" /> <permission cmd="le" permission_level="600" /> <permission cmd="li" permission_level="600" /> <permission cmd="lp" permission_level="600" /> <permission cmd="lt" permission_level="600" /> <permission cmd="pplist" permission_level="600" /> <permission cmd="cc" permission_level="600" /> <permission cmd="buff" permission_level="600" /> <permission cmd="buffplayer" permission_level="600" /> <permission cmd="debuff" permission_level="600" /> <permission cmd="debuffplayer" permission_level="600" /> <permission cmd="givequest" permission_level="600" /> <permission cmd="removequest" permission_level="600" /> <permission cmd="giveselfskillxp" permission_level="600" /> <permission cmd="giveselfxp" permission_level="600" /> <permission cmd="llp" permission_level="600" /> <permission cmd="lkp" permission_level="600" /> <permission cmd="sa" permission_level="600" /> <permission cmd="tp" permission_level="600" /> <permission cmd="tele" permission_level="600" /> <permission cmd="reloadwebpermissions" permission_level="600" /> <permission cmd="kick" permission_level="800" /> <permission cmd="say" permission_level="800" /> <permission cmd="reply" permission_level="800" /> <permission cmd="shutdown" permission_level="800" /> <permission cmd="version" permission_level="1000" /> <permission cmd="systeminfo" permission_level="1000" /> <permission cmd="shownexthordetime" permission_level="1000" /> <permission cmd="getgamepref" permission_level="1000" /> <permission cmd="getgamestat" permission_level="1000" /> <permission cmd="debugweather" permission_level="1000" /> <permission cmd="gettime" permission_level="1000" /> <permission cmd="help" permission_level="1000" /> <permission cmd="listplayerids" permission_level="1000" /> <permission cmd="listthreads" permission_level="1000" /> <permission cmd="memcl" permission_level="1000" /> <permission cmd="settempunit" permission_level="1000" /> <permission cmd="bc-loc" permission_level="1000" /> <permission cmd="bc-help" permission_level="1000" /> </permissions> <!-- ONLY PUT ITEMS IN WHITELIST IF YOU WANT WHITELIST ONLY ENABLED!!! --> <!-- If there are any items in the whitelist, the whitelist only mode is enabled --> <!-- Nobody can join that ISN'T in the whitelist or admins once whitelist only mode is enabled --> <whitelist> <!-- <whitelisted steamID="" /> --> </whitelist> <blacklist> <!-- <blacklisted steamID="" unbandate="" /> --> </blacklist> </adminTools>
Last edited by Nobody; Dec 11, 2017 @ 1:53pm
Nobody Dec 11, 2017 @ 1:50pm 
Originally posted by Shurenai:
If they are NOT within this file, the command is not usable.

Commands not specified in this file will have a default permission level of 0!
Shurenai Dec 11, 2017 @ 1:56pm 
Originally posted by Nobody:
Originally posted by Shurenai:
If they are NOT within this file, the command is not usable.

Commands not specified in this file will have a default permission level of 0!
That's..Very strange then, Because me and my friends were having trouble using a number of commands prior to including them within the file, despite all being admin w/ level 0 permission.. Guess thats just some oddity we ran into then, or maybe a relic from an older version of the game when we had the trouble?
Nobody Dec 11, 2017 @ 2:00pm 
^^ can be both
wanted only to show that it should work in the current Build
I have the Power of 0 COmmands only in my list to have the list so complete as possible
Last edited by Nobody; Dec 11, 2017 @ 2:01pm
snOopa~zZ Dec 11, 2017 @ 3:50pm 
Hi,

Have you ever had admin rights on that specific server?

1. Make sure you name the file correct (serveradmin.xml)
2. Make sure the file is located in the correct folder (i also have a nitrado server and realized that the serveradmin path is different like in single player on your pc)
3. Make sure that neither the admin line nor the permission line is quoted ('<!--') which often is the case if you copy the code from somewhere
4. Make sure your permission level is 0 (zero), not 100 or 1000 - the lower your level the better and definitively ensure that your admin level is lower or equal to the 'dm' permission level

Many little issues which can cause this problen

Btw: on my (german) nitrado server it is not necessary to stop the server. I can change and save the file 'on the fly' at the web browser and can immediately test if it worked well ;)
VtheInferno Dec 11, 2017 @ 5:18pm 
Good points have been made here, but also be sure you don't include any spaces. What I mean is this

Good:

<adminTools>
<admins>
<!-- <admin steamID="76561198021925107" permission_level="0" /> -->
<admin steamID="76561198321326453" permission_level="1000" />
</admins>


Bad:

<adminTools>
<admins>
<!-- <admin steamID="76561198021925107" permission_level="0" /> -->
<admin steamID="76561198321326453" permission_level="1000" />

</admins>


If that doesn't work (though I'd probably do it anyway): log in to your server's control panel, then go to your server's web control panel. Type "admin add <playerID> <permission level>" (replace playerID with player's GUID and 0 for admin or 1 for moderator).

In combination, you should be good to go after that point.
Last edited by VtheInferno; Dec 11, 2017 @ 5:18pm
Avanar Dec 11, 2017 @ 6:38pm 
After altering the admin file on nitrsdo you have to restart the server. Did you do this?
appelflap Dec 11, 2017 @ 10:01pm 
I’ll try all of this today and will post if it worked, thanks alot!
appelflap Dec 12, 2017 @ 6:11am 
one more question: i have the ability to activate the control panel, what does this mean?
appelflap Dec 12, 2017 @ 6:32am 
i can't get it to work;( its says command denied for appelflap.
i have cheat mode on and did everything.
my path to my serveradmin file is: C:\Users\jortd\AppData\Roaming\7DaysToDie\Saves
Nobody Dec 12, 2017 @ 6:34am 
Do it again. And i hope you edited the file on the Server and not on your home pc
< >
Showing 1-15 of 43 comments
Per page: 1530 50

Date Posted: Dec 11, 2017 @ 1:29pm
Posts: 43