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.

[Support] ich777 - Gameserver Dockers

Featured Replies

26 minutes ago, ich777 said:

So it was a port issue…

You really don‘t need to use br0 for this but you can do it like that if you really want to.

I'm really new to all this so could you explain what the difference is?

  • Replies 12.6k
  • Views 2.2m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • 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 a

  • Dockers Available:   SteamCMD DedicatedServers: CounterStrike: Source CounterStrike 2 TeamFortress 2 ArmA3 - requested by @MrSage Deathmatch Classic

  • This will hopefully shed some light on the underside working bits of building a cluster of servers for ARK:SurvivalEvolved.   With the inspiration (read thievery) from @growlith I present th

Posted Images

@ich777Hi, I'm having a hard time figuring how to use the dockerfile to create my own game servers. any chance you could whip up an addon for a game called Necesse? Thanks!

  • Author
32 minutes ago, Nazrai said:

I'm really new to all this so could you explain what the difference is?

Please first post your docker run command with bridge mode enabled, if you don‘t answer my questions you I can‘t explain it properly.

  • Author
28 minutes ago, NihilSustinet said:

any chance you could whip up an addon for a game called Necesse?

Can you give me a link to the game or what this is exactly?

18 hours ago, ich777 said:

Plex is not the best example because they can use a relay server if they detect that you are behind a CG-NAT for example.

Ahh, okay, that seems to be how plex is getting through.

 

18 hours ago, ich777 said:

Seems right to me, but I would recommend that you only forward the appropriate protocal, in this case it‘s TCP.

Good to note.

 

18 hours ago, ich777 said:

Please let me know if you get it to work.

I have gotten it to work, it appears the issue was with my changes not updating for port forwarding. Simply needed to restart my equipment.

Thanks for your time (also for making all of the containers I see attributed to your name!) 

Edited by PiZZA S4UC3
Mistakes

3 hours ago, ich777 said:

Please first post your docker run command with bridge mode enabled, if you don‘t answer my questions you I can‘t explain it properly.

image.thumb.png.f765eca64bc25417aa9d1464a027f0b2.png

  • Author
7 hours ago, Nazrai said:

image.thumb.png.f765eca64bc25417aa9d1464a027f0b2.png

As you can see from the docker run command your UDP port 7777 is already in use by another container.

Is it possible that you run another container which already uses port 7777 UDP, maybe another game server?

9 hours ago, ich777 said:

As you can see from the docker run command your UDP port 7777 is already in use by another container.

Is it possible that you run another container which already uses port 7777 UDP, maybe another game server?

I believe maybe my satisfactory game uses that port.

  • Author
1 hour ago, Nazrai said:

I believe maybe my satisfactory game uses that port.

And thats the reason why it works on br0 but not in bridge mode.

 

With br0 the container has a dedicated IP and all ports are reachable wothout any forwading (the forwarding in the template isn’t necessare in this mode) in your local network where in bridge mode it uses the hosts IP with the assigned ports in the template.

Hey Ich!! Another question. I needed to change my port in Ark so it doesnt conflict with satisfactory but now It is showing with the incorrect name in the server list and wont let me connect. I have a feeling that I'm using the wrong parameters for th edefault port.....Could you help me out? What info do you need?

13 minutes ago, Nazrai said:

Hey Ich!! Another question. I needed to change my port in Ark so it doesnt conflict with satisfactory but now It is showing with the incorrect name in the server list and wont let me connect. I have a feeling that I'm using the wrong parameters for th edefault port.....Could you help me out? What info do you need?

image.thumb.png.cf7c3e7013aa2e36506b2dd9e7327d5d.pngIts not recognizing the 7778 port for ARKSEISLE

8 minutes ago, Nazrai said:

image.thumb.png.cf7c3e7013aa2e36506b2dd9e7327d5d.pngIts not recognizing the 7778 port for ARKSEISLE

image.thumb.png.0227f53113d2721d46c80602ad751bb9.pngI did port forward the port range in my router

  • Author
13 minutes ago, Nazrai said:

Its not recognizing the 7778 port for ARKSEISLE

Please add a full screenshot from your Docker template.

 

From what I see in your screenshot you haven‘t specified a container port, have you changed the port in your game configuration file too?

Just now, ich777 said:

Please add a full screenshot from your Docker template.

 

From what I see in your screenshot you haven‘t specified a container port, have you changed the port in your game configuration file too?

 

image.thumb.png.1c2ad7fc42a5ed8315f97fedeae97e21.png

 

 

image.thumb.png.173437c7cb92213617c13f89dbbb11f1.png

I did just find a typo in the query port under game parameters

image.thumb.png.ecad7c93a8093d3505a8b3591349d766.pngI got it looking better i think

  • Author
1 minute ago, Nazrai said:

I got it looking better i think

Do you want to change the ports from AKR nor or Satisfactory?

 

Why do you use Host for Satisfactory?

Please tell me first what you want to do exactly and which container should have which port, please read the description again from the container, a simple change from the port won't work.

You have to change the port first in the configuration file (make sure you stop the container first), then delete the old port in the container and create a new entry with the Container and Host port the same, then start the container again.

image.thumb.png.cfc2782ff60f15aee61fc8cfcbf2371f.png

Ok. By adding new ports and changing the container ports to what i wanted that seem to work for one of my ark servers

 

13 minutes ago, ich777 said:

Do you want to change the ports from AKR nor or Satisfactory?

 

Why do you use Host for Satisfactory?

Please tell me first what you want to do exactly and which container should have which port, please read the description again from the container, a simple change from the port won't work.

You have to change the port first in the configuration file (make sure you stop the container first), then delete the old port in the container and create a new entry with the Container and Host port the same, then start the container again.

image.thumb.png.cfc2782ff60f15aee61fc8cfcbf2371f.png

The reason im changing the ark ports is because I heard that Satisfactory will only accept 7777 as their first port. Not sure how true this is but anyway, If i can get the ark stuff figured out then i can add more ark servers.

 

I basically need ArkIsland to have a port of 7778, 7779
I need the next ark (ARKLOSTISLE) to use: 7780, 7781

  • Author
6 minutes ago, Nazrai said:

I basically need ArkIsland to have a port of 7778, 7779

Do this (this will override the config file):

image.thumb.png.b3a9b8dd0337414cc4cb319046e94aa9.png

in the template to change the ports (this will also change the second port to 7779) and you also have to change the query port from 27015 to 27016 (and so on) and then create the port mappings and of course delete the old ones.

 

6 minutes ago, Nazrai said:

I need the next ark (ARKLOSTISLE) to use: 7780, 7781

The same goes for this container:

image.png.32c3b3a7005469d565d8044b6fe6e574.png

28 minutes ago, ich777 said:

Do this (this will override the config file):

image.thumb.png.b3a9b8dd0337414cc4cb319046e94aa9.png

in the template to change the ports (this will also change the second port to 7779) and you also have to change the query port from 27015 to 27016 (and so on) and then create the port mappings and of course delete the old ones.

 

The same goes for this container:

image.png.32c3b3a7005469d565d8044b6fe6e574.png

I think I got it. I'm able to have both instances running at the same time and I can connect to each of them. TY so much!!!!

I have a Docker container for OpenRCT2 set up on unRAID but cannot figure out how to change the scenario. What's the easiest way to go about this?

I've been trying to figure out how to add mods to my server but am not sure where to drop files or how to in general. I was thinking about using mods from nexus but didn't know what to do when I download them. Does anyone have any information I that could help me?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.