Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

olCactus

Members
  • Joined

  • Last visited

Everything posted by olCactus

  1. I feel like it's something really simple I"m missing (i'm new to using dockers). So I'm using the following docker to set up an ark server cluster. ich777/steamcmd:asa The first server I set up seems to work fine using the default value for the UDP port 7777. I'm able to connect tested the mods and got the clustering configured as well. Tested by uploading an item to the ark in game. I added this one addition value to the config to create a separate world save for each map I want to set up. Host Path:/mnt/cache/appdata/ark-sa/ARK2-Scorched Container Path:/serverdata/serverfiles/ShooterGame/Saved The problem is when setting up the second server I delete the UDP 1 port value as suggested in the description and set up a new port example "7779" and also update the game port setting to use 7779 instead. I can see the server launch through the logs and can see it advertised but it doesn't connect me to the map I'm expecting. If I have both dockers running it connects me to the first server which is set to port 7777. In the docker manager I can see the new port and I can also see it being set in the log when the docker is launching. I'm at a lost I feel like there is some settings in docker I need to set for it to properly forward the correct port to the correct docker. I'm just not sure what to check. I ran docker image. I've check iptables and inspected the container for the docker for the ports and see them listed. Any help would be appreciated. I tried to set the second docker to port 7777 and it still doesn't let me connect to the server. This is what I get when running "docker ps" below is the docker commands being executed. (I just tried adding TCP also instead of just UDP) docker run -d --name='ARKSurvivalAscended-Aberration' --net='bridge' --pids-limit 2048 -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="ARKSurvivalAscended-Aberration" -e 'GAME_ID'='2430930' -e 'MAP'='Aberration_WP' -e 'SERVER_NAME'='************' -e 'SRV_PWD'='' -e 'SRV_ADMIN_PWD'=''='************'' -e 'GAME_PARAMS'='?Port=7779' -e 'GAME_PARAMS_EXTRA'='-WinLiveMaxPlayers=10 -server -log -NoBattlEye -automanagedmods -mods=924900,981339,928597,933301,932365,946694,939507 -clusterid="'='************'" -ClusterDirOverride="/serverdata/serverfiles/ARK-clusterDIR"' -e 'USERNAME'='' -e 'PASSWRD'='' -e 'UID'='99' -e 'GID'='100' -e 'VALIDATE'='' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/asa.png' -p '7779:7779/udp' -p '7779:7779/tcp' -v '/mnt/user/appdata/steamcmd':'/serverdata/steamcmd':'rw' -v '/mnt/cache/appdata/ark-sa':'/serverdata/serverfiles':'rw' -v '/mnt/cache/appdata/ark-sa/ARK3-Aberration':'/serverdata/serverfiles/ShooterGame/Saved':'rw' --restart=unless-stopped 'ich777/steamcmd:asa' 475087f69b85509a0984874dc13edec59f05073f09cb5218ea5b84a73b454c49 ark1.txt UPDATE: I got it working by chaning the network from bridged to host. This allowed the ports to work as expected.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.