Jump to content

Hectic

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Hectic

  1. 5 hours ago, ich777 said:

    With which IP and port are you trying to connect?

    Is the server running? A log output would be very helpful...

    Try it with YOURLOCALIP:2601 (since the query port is always the serverport + 1)

     

    Unraid shows both dockers are running. Server 1 works fine and i can connect using steam. Server 2 steam cant find and i cant connect

     

    Server 1

    Valheim
    started up-to-datebridge172.17.0.2:2456/UDP192.168.2.142:2456
    172.17.0.2:2457/UDP192.168.2.142:2457
    172.17.0.2:2458/UDP192.168.2.142:2458/serverdata/steamcmd/mnt/user/appdata/steamcmd
    /serverdata/serverfiles/mnt/cache/appdata/valheim

     

    Server 2

     

    Valheimtest
    started up-to-datebridge172.17.0.6:2456/UDP192.168.2.142:2600
    172.17.0.6:2457/UDP192.168.2.142:2601
    172.17.0.6:2458/UDP192.168.2.142:2602/serverdata/steamcmd/mnt/user/appdata/steamcmd
    /serverdata/serverfiles/mnt/cache/appdata/valheimtest

     

    Using my local ip and port 2601

     

    Thanks

    Screen Shot 2021-03-08 at 5.14.03 AM.png

  2. 6 hours ago, ich777 said:

    Are you seeing the error here? :D

    The container needs 3 Ports, you want to give it 4... ;)

     

    But also this can't work, please read the description of the Ports... Also please give it another name, otherwise the old container is overwritten!

    Please go to this post and follow the instructions:

     

     

    6 hours ago, ich777 said:

     

     

     

    Thank you so much for the quick reply. Successfully created new container with your instructions but i can't get steam to find the secondary container with the new port. New port range added and changed game port in the ''Show more settings tab''

    Ports also forwarded on router.

     

     

    Apologies, first time setting up game servers.

     

    2021-03-07 22_35_12-Window.png

    2021-03-07 22_35_49-Window.png

  3. can anyone help me with creating a second server docker? I added a new container using the valheim template. changed the folders and port but it fails.

     

    Stopping container: Valheim

    Successfully stopped container 'Valheim'

     

    Removing container: Valheim

    Successfully removed container 'Valheim'

     

    Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Valheim' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'GAME_ID'='896660' -e 'GAME_PARAMS'='' -e 'USERNAME'='' -e 'VALIDATE'='' -e 'PASSWRD'='' -e 'SRV_NAME'='servertest' -e 'WORLD_NAME'='myserver' -e 'SRV_PWD'='mypass' -e 'PUBLIC'='1' -e 'UPDATE_CHECK'='true' -e 'ENABLE_VALHEIMPLUS'='' -e 'BACKUP_FILES'='true' -e 'BACKUP_INTERVAL'='62' -e 'BACKUP_TO_KEEP'='24' -e 'GAME_PORT'='2456' -e 'UID'='99' -e 'GID'='100' -e 'DEBUG_OUTPUT'='false' -p '2600-2603:2456-2458/udp' -v '/mnt/user/appdata/steamcmd1/':'/serverdata/steamcmd1':'rw' -v '/mnt/cache/appdata/valheim1/':'/serverdata/serverfiles':'rw' --restart=unless-stopped 'ich777/steamcmd:valheim'

    /usr/bin/docker: invalid publish opts format (should be name=value but got '2600-2603:2456-2458/udp').
    See '/usr/bin/docker run --help'.

    The command failed.

  4. On 2/9/2021 at 3:21 PM, luckyy said:

    Just thought I'd share my experience setting up a Valheim server with this docker app from @ich777(thank you!)

     

    You don't need to worry about Steam authentication for Valheim, the default anonymous user can download and host a server (yay!), so no fuss with Steam users or Steam Guard to worry about.

    1. Deploy the docker as provided, leaving username & password blank.
    2. The Server Name field is important, this is how your name will appear in the public server list in Valheim.  (as of this writing there are 7 "Valheim Docker" server names, good luck finding yours!    So choose something unique that you and your friends can find.
    3. World Name is the name of your world, this can be anything, if you wish to import a single-player or self-hosted save file in your docker, this name must be set to the same name/spelling as your save game world.
    4. Save the docker/let it install.
    5. You'll want to make sure your firewall or router has UDP ports 2456-2458 forwarded to your Unraid server's IP so the game can work as intended.

    In 10-15 minutes typically you should see your server name in the public server list in Valheim, you're done!

     

     

    * if you wish to import a previous save file, you need to make sure the Docker is Stopped first.   Then browse your local computer's profile, typically in "%appdata%\..\LocalLow\IronGate\Valheim\worlds" you will find your save games.

     

    You'll want to take a copy of your world files, database, everything named the same as your world name over to your docker data files, by default with this docker settings should be:

    \\<your unraid server IP or name>\appdata\valheim\.config\unity3d\IronGate\Valheim\worlds

     

    Place your save game files in there, and overwrite any existing newly generated world of the same name with your save game.

     

    Start the Docker, wait for it to appear in Valheim, join & play!

     

    I hope this was helpful for someone, took a bit to figure out the exact steps to follow :)

     

     

    I can't seem to find the location of the save game files so i can migrate my current world to unraid. My valheim docker got instlled in /serverdata/steamcmd/mnt/user/appdata/steamcmd
    /serverdata/serverfiles/mnt/cache/appdata/valheim

     

    Can anyone help me.

     

    THANKS

     

    ~# cd /mnt/
    /mnt# ls
    cache/  disk1/  disk2/  disk3/  disk4/  disk5/  disks/  remotes/  user/  user0/
    /mnt# cd cache/
    mnt/cache# ls
    appdata/  domains/  system/
    /mnt/cache# cd appdata/
    mnt/cache/appdata# ls
    NginxProxyManager/              binhex-mineos-node/  icloudpd/                 nextcloud/  valheim/
    binhex-minecraftbedrockserver/  calibre/             mariadb/                  steamcmd/
    binhex-minecraftserver/         calibre-web/         minecraftbedrockedition/  unms/
    /mnt/cache/appdata# cd valheim/
    :/mnt/cache/appdata/valheim# ls
    LinuxPlayer_s.debug*  Valheim\ Dedicated\ Server\ Manual.pdf*  start_server_xterm.sh*  valheim_server.x86_64*
    Steam/                linux64/                                 steam_appid.txt*        valheim_server_Data/
    UnityPlayer.so*       server_exit.drp*                         steamapps/
    UnityPlayer_s.debug*  start_server.sh*                         steamclient.so*

    mnt/cache/appdata/valheim# cd valheim_server_Data/
    /mnt/cache/appdata/valheim/valheim_server_Data# ls
    Managed/             globalgamemanagers.assets*       level4*                     sharedassets1.assets.resS*
    MonoBleedingEdge/    globalgamemanagers.assets.resS*  level4.resS*                sharedassets1.resource*
    Plugins/             level0*                          resources.assets*           sharedassets2.assets*
    Resources/           level0.resS*                     resources.assets.resS*      sharedassets3.assets*
    app.info*            level1*                          sharedassets0.assets*       sharedassets3.assets.resS*
    boot.config*         level2*                          sharedassets0.assets.resS*  sharedassets3.resource*
    globalgamemanagers*  level3*                          sharedassets1.assets*       sharedassets4.assets*
    mnt/cache/appdata/valheim/valheim_server_Data# cd ..
    :/mnt/cache/appdata/valheim# ls
    LinuxPlayer_s.debug*  Valheim\ Dedicated\ Server\ Manual.pdf*  start_server_xterm.sh*  valheim_server.x86_64*
    Steam/                linux64/                                 steam_appid.txt*        valheim_server_Data/
    UnityPlayer.so*       server_exit.drp*                         steamapps/
    UnityPlayer_s.debug*  start_server.sh*                         steamclient.so*

    mnt/cache/appdata/valheim# cd

  5. Hi, is there any way for someone to write up instructions on setting this up? I downloaded the docker and put the template information. 

    Apple ID:  myapple@email

    This is the Apple ID for the account you want to download files for

    AppData Config Path: /mnt/user/appdata/icloudpd

    Synchronisation Interval (seconds): 86400

    Default is once every 24h.

    Data: /mnt/user/icloud/

    Container Path: /home/user/iCloud

     

    Docker is up and running and whats next? Im a little lost.

     

    Thanks

×
×
  • Create New...