Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


7dtd config and settings


PipDK

Recommended Posts

So i have a ark server all fun and running well, just got a 7 days to die server too, but where is the config settings? why can i only choose the basic map?
I did try to do the FTP and seeing if i could edit the config personally but it does not change anything with that, so i am wondering how do i do any kinda server setting or config for a 7dtd server?

Share this post


Link to post
Share on other sites

You can read the Lrn2FTP guide to get into the FTP and then modify the ServerSettings.xml file in the base directory (while server is stopped) to modify things.

 

The admin configuration goes in Saves/serveradmin.xml, here's a sample .xml for that:

<?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="76561398259968112" permission_level="0" /> -->
		<admin steamID="76561298051968112" permission_level="0" />
		<admin steamID="76561392961093888" permission_level="0" />
    </admins>

    <permissions>
        <!-- <permission cmd="dm" permission_level="0" /> -->
        <!-- <permission cmd="kick" permission_level="1" /> -->
        <!-- <permission cmd="say" permission_level="1000" /> -->
		<permission cmd="dm" permission_level="0" />
        <permission cmd="se" permission_level="0" />
        <permission cmd="mem" permission_level="0" />
        <permission cmd="admin" permission_level="0" />
        <permission cmd="mod" permission_level="0" />
        <permission cmd="cp" permission_level="0" />
        <permission cmd="say" permission_level="0" />
        <permission cmd="shutdown" permission_level="0" />
        <permission cmd="st" permission_level="0" />
        <permission cmd="le" permission_level="0" />
        <permission cmd="cc" permission_level="0" />
        <permission cmd="kick" permission_level="1" />
        <permission cmd="ban" permission_level="1" />
        <permission cmd="lp" permission_level="1" />
    </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>

Share this post


Link to post
Share on other sites

The server settings that control the admin functions are actually in C:\Users\Administrator\AppData\Roaming\7DaysToDie for example on my local server.

 

Changing them in installed directory doesn't seem to work as the program is not looking at that file.  I changed the serveradmin.xml file via ftp in the installed folder but it does not work since the program is looking elsewhere.  Just my two cents on what I found so far.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...