Dreygonx

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Dreygonx

  1. 2 hours ago, SinoBreizh said:

    I'm going on a tangent here, but has anyone else noticed extremely high CPU usage when running this server? I have an i3 10100, nothing else is using significant amounts of power (plex, jellyfin, IRC client, qbitorrent, etc all barely use any CPU), and I'm reaching 10% CPU usage at idle, and 55-60% with just 3 players on the server. top/htop seems to confirm this isn't some IOwait "fake" CPU usage.

    1. Can anyone else confirm this high CPU usage behaviour? That way I'll know if it's just me or a global issue.
    2. Is it the server app itself causing the CPU usage, or the Wine overhead? I have a dozen game servers running, many through Wine, and none go this high with so few players.
    3. Depending on the cause of the issue, any idea if this can be fixed? It pretty much doubles my power consumption (45W -> 85W).

    Seescreenshots for info.

     

    image.thumb.png.848ca701f87a59ac94de9a8faca8e023.png

     

    image.thumb.png.ae6aa9e4d15dbd8ba577c47bde7514a5.png

     

    image.thumb.png.5389a41b52ff52c429943bdb362ce876.png

    Yeah the utilization is crazy. Almost tempted to load up pterodactyl and try the egg i found for Enshrouded running proton instead of wine.  Supposedly its much easier on the hardware. I cant get more than 2 people on this server without major lag.

  2. 7 minutes ago, Bushibot said:

    I'm trying one those but no joy in mudvill

    Command executiondocker run
      -d
      --name='enshrouded-server'
      --net='br0'
      --ip='192.168.1.1.132'
      -e TZ="America/Los_Angeles"
      -e HOST_OS="Unraid"
      -e HOST_HOSTNAME="nas-mass"
      -e HOST_CONTAINERNAME="enshrouded-server"
      -e 'USER'='root'
      -e 'HOME'='/root'
      -e 'LANG'='en_US.UTF-8'
      -e 'LANGUAGE'='en_US:en'
      -e 'Community_Applications_Conversion'='true'
      -l net.unraid.docker.managed=dockerman 'mornedhels/enshrouded-server'

    docker: Error response from daemon: invalid IPv4 address: 192.168.1.1.132.
    See 'docker run --help'.

    The command failed.

    Your IP address is invalid you have X.X.X.X.X it should be X.X.X.X

  3. 9 minutes ago, ich777 said:

    I'm not very into modding game servers, how do you load this map, is there a command that you append to the start parameters or a modification to the game ini files necessary?

     

    You basically have to redownload the template from the CA App, give it another name, change the game files path so that it doesn't interfere with your existing container, delete all the ports and create new entries in the template so that they also don't interfere with your existing ports and don't forget to change the game ini files so that the ports are actually used from the server.

     

    If you can't redownload it from the CA App then you have to enable this in the settings from the CA App (Settins is located at the left side on the bottom in the CA App):

    grafik.png.59ca584a0ce70103d53ba873b3ec609b.png

    To load the alternate map one would just have to edit the engine.ini file with the following text

     

    [/Script/EngineSettings.GameMapsSettings]
    ServerDefaultMap=/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah

     

    I saw the allow install of second instance option but when i tried 

     

    but when i tried the following 

    image.thumb.png.f6738612438861fa0229a9a41d4a03ed.png

     

    It created the server files folder but didn't populate any data to it.

    The default in your container was /mnt/cache/appdata/conanexiles/

     

     

  4. My config currently is a working docker from your repo for the exiles map.  
    I am not sure how to create a second container that will load the siptah map to run side by side with the existing container.  I understand how to adjust the ports but not sure how to establish a second database/docker container?

     

    My current container is working perfectly and shows in the server list in game.  I just want to create a second one that loads a different map.

  5. 15 hours ago, wes.crockett said:

    I've done it with Valheim. Assuming it's the same, for the most part, process to set up, just choose different ports for the second instance (and name it differently.) Set up port forwarding and inform your friends that they may need to include the port number in their connection string. 

    That may be where my issue is coming in.  How did you establish the second instance.  Ports I can deal with no problem.

  6. Any idea how to do a second instance of Conan Exiles so I can run both the original exiles map and the new siptah map as a second dedicated server?  

    If I wanted to use the existing docker I would just edit engine.ini and add the text 

    [/Script/EngineSettings.GameMapsSettings]
    ServerDefaultMap=/Game/DLC_EXT/DLC_Siptah/Maps/DLC_Isle_of_Siptah