Skip to content
Landscape Logo for 7 Days Admin Coalition

7 Days to Die Admin Coalition

Resource website for 7 Days to Die from 7DAC discord.

  • Home
  • Newb FAQ Collection
  • Server Managers
  • Linux
  • Toggle search form
  • Resolved Issues Support
  • Uncategorized
  • A Guide on how to install Ich777’s container (docker) on an Unraid server. Server
  • How to place a custom prefab in an existing world Prefabs
  • Hosting CSMM on an Unraid Server. Uncategorized
  • Automated FTP Backup with Winscp Guide Server
  • What is a mod? Mods
  • Newb FAQ Collection Server

How To Read Your Server Log

Posted on July 5, 2024July 5, 2024 By SylenThunder

As you look at the log for your server, it may seem a bit overwhelming or confusing at first. This guide will help you work through the information to find the important bits you are looking for.

  1. Intitial Startup
  2. System Information
  3. Mod Loading
  4. Configuration Loading
  5. Settings and Related Information
  6. Loading Area
  7. Server is Online
  8. Players Joining
  9. Server Notations
  10. Server Shutdowns

    Initial Startup

    This is the first section you will see. It is loading up Unity and doing the startup for the client.

    Currently you will also see the following section or Warning and Error codes regarding shaders. Since the dedicated server is headless, and does not involve a GUI application, these messages can be completely ignored.

    System Information

    In this section, it is reading the version of the client, and posting the hardware information that the server is able to see in your environment. If the data here does not match up with what you expect, then you will need to re-examine your configurations for the hardware or virtual machine. After the initial reading, the server then loads up the configuration file based on your startup parameters and continues to load up the required platforms.

    Once again, you are going to see a section that contains a lot of errors and warnings. This can be ignored, but I will highlight the bits in there that aren’t related to the errors.

    Mod Loading

    If you are only using TFP’s built-in mods, you don’t need to pay a whole lot of attention here. However, if you are utilizing other mods on the server, this is a very important section to scrutinize.

    There are key sections for each mod that is loaded. The name of the mod, along with versioning, and any associated errors or notations.
    For example, if a mod has the following line while it is loading, then that means that it has not been fully indoctrinated to the versioning changes that began in Alpha 21. This could indicate that the mod is out-dated, or it could just be a lazy modder that has not changed their config to the new standard.
    …./ModInfo.xml does not define a valid Version. Please consider updating it for future compatibility.
    When you see this line, scrutinize the mod to ensure that it has been properly updated and tested for the current version of the server client. Might be a good idea to reach out to the mod author and suggest that they update their mods information.

    Configuration Loading

    This is a small section of data for you to look at. Mostly you are just going to see it loading the admins xml file and most pertinent mod data. You will also see some lines in here regarding settings in your configurations for options like disabled network protocols. Also note that there is again a huge section of shader warnings and errors here, but I have removed that from the image and replaced it with some ellipses. The data in this section is mostly for information on what is being loaded.

    Settings and Related Information

    This is a critical section of your log when you want to validate that what you put into the configuration file for the server is being loaded properly. There are some areas that will read base vanilla defaults and not what you have in your configuration though.
    For example, it will display the following…
    GamePref.ConnectToServerIP = 127.0.0.1
    GamePref.ConnectToServerPort = 26900

    Even though you have set those values to something else, this first part of the data is just showing the defaults. Later you will see your configuration data loaded under the line “GamePref.ServerPort”.

    Do be aware that there are a lot of displayed preferences here that are unused, or not configurable. Either they are client-only settings, deprecated settings, or Unity defaults that are not in use.

    Loading Area

    Now that all of the data required to run the server is loaded, you start to see the server actually loading. If you have changed any values for the server away from default, they will be listed here. This will cause your server to be listed as “modded” even though you may not actually be using any mods. It is stupid, and I’ve been lobbying for a long time to have this part changed. But it is what it is for now.

    Once more, in this section you will see a LOT of warnings and errors about shaders, texture data not being available for upload, and information in meshes and particles. You can ignore in and skip down to the end. Again, I will comment it out with a line of ellipses.

    Server is Online

    Right here in this last bit, you can see that your server has validated with the EOS server listing by the following lines.
    2024-07-05T00:31:31 70.871 INF [EOS] Server registered, session: 2a74a9426f6747a586275efe35abe735
    2024-07-05T00:31:31 70.874 INF [EOS] Session address: 6*.4*.18*.4*

    Then you can see that your server has finished loading, and is online by this line.
    2024-07-05T00:31:31 71.455 INF [Steamworks.NET] GameServer.LogOn successful, SteamID=90199704336334873, public IP=6*.4*.18*.4*

    7DAC, Server, Support, Tutorials

    Post navigation

    Previous Post: A Guide on how to install Ich777’s container (docker) on an Unraid server.

    Related Posts

    • How to place a custom prefab in an existing world Prefabs
    • 7 Days to Die Admin Coalition Website 7DAC
    • What is a mod? Mods
    • Linux Server Setup Guide Linux
    • A Guide on how to install Ich777’s container (docker) on an Unraid server. Server
    • Resolved Issues Support

    More Related Articles

    Linux Server Setup Guide Linux
    Newb FAQ Collection Server
    How to place a custom prefab in an existing world Prefabs
    Resolved Issues Support
    What is a mod? Mods
    7 Days to Die Admin Coalition Website 7DAC
    • How To Read Your Server LogJuly 5, 2024
      As you look at the log for your server, it...

      Read More “How To Read Your Server Log” »

    • A Guide on how to install Ich777’s container (docker) on an Unraid server.February 7, 2023
      It seems a lot more people are learning and setting...

      Read More “A Guide on how to install Ich777’s container (docker) on an Unraid server.” »

    • (no title)July 20, 2022
      [vc_row][vc_column][vc_text_separator title=”Featured Post”][/vc_column][/vc_row][vc_row][vc_column][vc_masonry_grid post_type=”post” max_items=”1″ element_width=”12″ initial_loading_animation=”none” grid_id=”vc_gid:1658324374615-a02c214f-fcae-2″ taxonomies=”61″][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=”custom”...

      Read More “” »

    • Automated FTP Backup with Winscp GuideJune 12, 2021
      Winscp is a file transfer program similar to Filezilla. However...

      Read More “Automated FTP Backup with Winscp Guide” »

    • Hosting CSMM on an Unraid Server.January 22, 2021
      So you’ve been hosting your own server and now you’ve...

      Read More “Hosting CSMM on an Unraid Server.” »

    • Server Donations and the EULAAugust 18, 2020
      Recently on the discord there has been questions about receiving...

      Read More “Server Donations and the EULA” »

    • Linux Server Setup GuideApril 23, 2020
      Introduction In this guide we will walk you through the...

      Read More “Linux Server Setup Guide” »

    • Prefab Editor: Getting Started BasicsApril 14, 2020
      [vc_row][vc_column][vc_column_text css=”.vc_custom_1658413900607{padding-top: 0px !important;padding-right: 0px !important;padding-bottom: 0px !important;padding-left: 0px !important;}”] ...

      Read More “Prefab Editor: Getting Started Basics” »

    • Prefab Editor Overview GuideApril 14, 2020
      [vc_row][vc_column][vc_column_text]  Keybinds   Z – Place a section box, Use...

      Read More “Prefab Editor Overview Guide” »

    • How to place a custom prefab in an existing worldMarch 24, 2020
      [vc_row][vc_column][vc_column_text] To place it, make sure the servers world is...

      Read More “How to place a custom prefab in an existing world” »

    Join Us On Discord

    [vc_single_image image="1461" alignment="center" style="vc_box_circle_2" onclick="custom_link" img_link_target="_blank" link="https://discord.gg/VwwYA5h"]

    Brain Drain Podcast

    [vc_row][vc_column content_align="text-center"][vc_single_image image="1463" img_size="150x203" alignment="center" onclick="custom_link" img_link_target="_blank" link="https://teespring.com/stores/7dac"][/vc_column][/vc_row]

    Featured Images

    [soliloquy id="534"]

    Community Discords

    [vc_row][vc_column width="1/2"][vc_single_image image="173" alignment="center" style="vc_box_circle" onclick="custom_link" img_link_target="_blank" display_prop="inline" title="Guppy's Discord" link="https://discord.gg/WpVPJWj7Xk"][/vc_column][vc_column width="1/2"][vc_single_image image="179" alignment="center" style="vc_box_circle" onclick="custom_link" img_link_target="_blank" display_prop="inline" title="Creators Club" link="https://discord.gg/atGrgsz"][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image="1685" alignment="center" style="vc_box_circle" onclick="custom_link" img_link_target="_blank" display_prop="inline" title="The 7DTD Mod Launcher" link="https://discord.gg/PGwCVpSmQd"][/vc_column][/vc_row]
    • Prefab Editor: Getting Started Basics Prefabs
    • Newb FAQ Collection Server
    • How to place a custom prefab in an existing world Prefabs
    • Automated FTP Backup with Winscp Guide Server
    • Prefab Editor Overview Guide Prefabs
    • Linux Server Setup Guide Linux
    • Resolved Issues Support
    • Server Donations and the EULA Server

    Copyright © 2026 7 Days to Die Admin Coalition.

    Powered by PressBook Premium theme