7 Days to Die

7 Days to Die

データを表示:
このトピックはロックされています
How do you make a serveradmin.xml file?
How do you make a serveradmin.xml file for a dedicated server running off your own machine? I tried everything I manage to find in search. I installed Putty and tried doing it that way and no luck. Anyone know how you set this up? lol Thanks in advance. :steamhappy:
< >
1-11 / 11 のコメントを表示
There is 1 in your game files I guess you could use it & change out the IP in the code & add your steam ID.
That'll work. I guess I can just drop that in the dedicated server folder and see how it goes. lol Thanks mate. :steamhappy:
You get the serveradmin.xml out of the Steam 7 Days to Die game folder. Then after you edit it you have to save it to your appdata\user\roaming\7 days to die folder in order for it to work with your dedi.
Dragorin の投稿を引用:
You get the serveradmin.xml out of the Steam 7 Days to Die game folder. Then after you edit it you have to save it to your appdata\user\roaming\7 days to die folder in order for it to work with your dedi.
Ok I am abit confused by what you said. That's actually the original location of it where I grabbed it from. I think your getting admin confused with the serverconfig file in the main game folder. The main game doesn't have a server admin file in it. I had to pull it from the saves. Honestly it's done me no good in there as far as running a dedicated server goes or in the server folder itself. I still can't bring down the console to enter any commands no way. I am about to say screw it. lmao!!!!:steamfacepalm:
KOOLLAYDTAC の投稿を引用:
Dragorin の投稿を引用:
You get the serveradmin.xml out of the Steam 7 Days to Die game folder. Then after you edit it you have to save it to your appdata\user\roaming\7 days to die folder in order for it to work with your dedi.
Ok I am abit confused by what you said. That's actually the original location of it where I grabbed it from. I think your getting admin confused with the serverconfig file in the main game folder. The main game doesn't have a server admin file in it. I had to pull it from the saves. Honestly it's done me no good in there as far as running a dedicated server goes or in the server folder itself. I still can't bring down the console to enter any commands no way. I am about to say screw it. lmao!!!!:steamfacepalm:

oh your right I thought it was also located in the 7 days to die game folder. It should stay in your appdata folder once you add your steam id and set the permission lvls. I'm not at home to compare it to my file. But if you want to copy and past your's here I can take a look at it when I get home and see if you have everything setup correctly.
Dragorin の投稿を引用:
KOOLLAYDTAC の投稿を引用:
Ok I am abit confused by what you said. That's actually the original location of it where I grabbed it from. I think your getting admin confused with the serverconfig file in the main game folder. The main game doesn't have a server admin file in it. I had to pull it from the saves. Honestly it's done me no good in there as far as running a dedicated server goes or in the server folder itself. I still can't bring down the console to enter any commands no way. I am about to say screw it. lmao!!!!:steamfacepalm:

oh your right I thought it was also located in the 7 days to die game folder. It should stay in your appdata folder once you add your steam id and set the permission lvls. I'm not at home to compare it to my file. But if you want to copy and past your's here I can take a look at it when I get home and see if you have everything setup correctly.
Thanks mate. I got a copy of this in my dedicated server folder, my saves folder, and even in the actual save game folder the server created in my saves folder. lol I was trying to make sure my bases were covered. Lmao!!!! :steamhappy:

<?xml version="1.0" encoding="UTF-8"?>
<!--
This file holds the settings for who is banned, whitelisted,
admins, moderators, 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: 76561198196509135

PERMISSION LEVEL INSTRUCTIONS:
===============================================================
permission level : 0-1000, a user may run any command equal to or above their permission level.

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.
-->

<adminTools>
<admins>
<admin steamID="76561198153835556" permission_level="1" />
<admin steamID="76561198196509135" permission_level="1" />
</admins>

<moderators>
<moderator steamID="76561198153835556" permission_level="5" />
<moderator steamID="76561198196509135" permission_level="5" />
<moderator steamID="76561198153835556" permission_level="5" />
<moderator steamID="76561198153835556" permission_level="5" />
</moderators>

<permissions>
<permission cmd="lp" permission_level="5" />
<permission cmd="kick" permission_level="5" />
<permission cmd="ban" permission_level="3" />
<permission cmd="sg" permission_level="3" />
<permission cmd="se" permission_level="3" />
<permission cmd="st" permission_level="3" />
<permission cmd="dm" permission_level="2" />
</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 once whitelist only mode is enabled -->

<whitelist>
<!-- <whitelisted steamID="" permission_level="" /> -->
</whitelist>

<blacklist>
<!-- <blacklisted steamID="" unbandate="" /> -->
</blacklist>
</adminTools>
Remove all the Moderator stuff. You are only listing 2 steam ID's and they are Admins at lvl 1 then you have 4 lines with the same two steam ID's and set them to permission 5... you can't set two different permission levels on the same steam ID.

Sorry didn't get back to you last nigh.. I got tied up with some stuff and just remember this post.
Soubi 2018年3月29日 4時28分 
And if I wanted to add someone with a custom URL, like mine (SoubixLoveless) do I just put that instead of the numbers. Or would the ID64 be better?
最近の変更はSoubiが行いました; 2018年3月29日 4時33分
Please Dont have it public lol Tired of kids thinking their home pc or laptop is capable of running a server for more than 1 person lol....
Soubi の投稿を引用:
And if I wanted to add someone with a custom URL, like mine (SoubixLoveless) do I just put that instead of the numbers. Or would the ID64 be better?

You'd be better off either making a new thread since this is from jul 2017. The people you are asking may not even be actively playing the game now.
Soubi の投稿を引用:
And if I wanted to add someone with a custom URL, like mine (SoubixLoveless) do I just put that instead of the numbers. Or would the ID64 be better?
You need to get their SteamID in ID64 format, the name is not correct for the config file.
The easiest way is to indirectly exercise the public Steam API by using 3rd party sites to do the lookup for you. (Enhanced Steam Browser Addon also displays the numeric SteamID64)

Example:
http://steamcommunity.com/id/RedEagleLXIX/
Go To: http://steamrep.com/
paste the URL http://steamcommunity.com/id/RedEagleLXIX/ and search
result: steamID64: http://steamcommunity.com/profiles/76561197971689303
So to make me an admin one would use: 76561197971689303

< >
1-11 / 11 のコメントを表示
ページ毎: 1530 50

投稿日: 2017年7月24日 11時35分
投稿数: 11