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.

Regg

Members
  • Joined

  • Last visited

  1. Yes i know but as i said in my message for various reasons I have to use different ports. For exemple with the Rcon ports, i'm also running ARK SE and Icarus which both use it so in any case i have to change it on at least 2 containers.
  2. Hello again, this time with a question about the Projet Zomboid container : I'm not sure i understand everything about the ports. zomboid: # Serveur Projet Zomboid image: ich777/steamcmd:projectzomboid container_name: zomboid_serveur_1 restart: unless-stopped ports: - "13700:13700/udp" - "13701-13720:13701-13720" - "13000:13000" volumes: - $DOCKERDIR/conteneur/zomboid:/serverdata/serverfiles - $DOCKERDIR/conteneur/steamcmd:/serverdata/steamcmd environment: - 'UID=1000' # User ID Container - 'GID=1000' # Group ID Container - 'GAME_PORT=13000' - 'VALIDATE=false' # Vérifie l'intégrité des fichiers du serveur - 'GAME_ID=380870' # ID du jeu à installer - 'ADMIN_PWD=password' # Mot de passe pour devenir Admin en jeu As you can see from my docker compose file, i changed every ports, that's because i want it to be as clear as possible in the port forwarding i have to conf in my router due to the fact i only own the first 16k or so ports of my public IP. I understand the third one, which default to 27015 in your docker image, is for RCON, as indicated in the conf file your container generate on creation. The first one, which default to 16261/udp, is the port i give my friends so they can join the server ? And the range, does it have to be following the previous port ? I could not find anything in the Conf files on how it works so i assume it takes the server port and add +1 for each player online ? Also i saw port 8766 and 8767 in the configuration file of the server, do i redirect those from my router ? I believe i don't need to since they are not forwarded between the host and the container. Thank you in advance for your help
  3. It worked, thank you very much
  4. Hello there ! First i would like to thank you for your work, it's amazing and i'll be sure to use it well :). Now on to my issue : I'm trying to setup a terraria server, it works well except Terraria Server is v1.4.3.6 while my game is v1.4.4.9 which obviously leads to a refusal from the server when i try logging in. Tried deleting the content of the serverfiles directory then rebuild but nothing changed. Also tried removing container completly and rebuilding, but got the same result. I'm using docker-compose on a debian selft hosted server, here is my docker-compose.yml : terraria: # Serveur Terraria <<: *common-keys-apps # See EXTENSION FIELDS at the top image: ich777/terrariaserver:latest container_name: terraria_serveur_1 networks: npm_proxy: ipv4_address: X.X.X.X ports: - "7777:7777" - "9012:8080" volumes: - $DOCKERDIR/conteneur/terraria:/serverdata/serverfiles environment: - 'UID=1000' - 'GID=1000' - 'GAME_PARAMS=-config serverconfig.txt' Thank you in advance for your help

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.