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

Like that  sorry for that noob question but look like this command do nothing maybe i forgot something ? thank you for ur timeimage.thumb.png.d19806038f7c76fc43787aee5292f68c.png

  • 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

  • Author
7 minutes ago, lexberg69 said:

Like that  sorry for that noob question but look like this command do nothing maybe i forgot something ? thank you for ur time

This is correct and you get no further output, now you can start the container.

 

The log from the container will actually tell you if it's not set correctly and prevent the start from the container.

6 minutes ago, lexberg69 said:

Like that  sorry for that noob question but look like this command do nothing maybe i forgot something ? thank you for ur timeimage.thumb.png.d19806038f7c76fc43787aee5292f68c.png

 

That is the correct way to do it. did you try running the server again after that? It will show me Count in the log file of the server

 

"---Checking the maximum map count per process...---
---Maximum map count per process OK...---
---Current map count per process: 265000---"

Here is the log image.thumb.png.5c9ba067390f04642c920dc0017bad13.png

 

 

9 minutes ago, ich777 said:

This is correct and you get no further output, now you can start the container.

 

The log from the container will actually tell you if it's not set correctly and prevent the start from the container.

 got this error too image.thumb.png.b02c93035d223fb5fd7cf52efae51b1e.pngimage.thumb.png.257ed8b05f8e6c17fdfa8f9b31d1f6d3.png

 

  • Author
20 minutes ago, lexberg69 said:

got this error too 

What hardware are you using? CPU, Motherboard, RAM? Keep in mind that you have to be on newer hardware than Intel 8th gen since this game is UE5

Are you also sure that you are not running out of RAM, IIRC you nead at least about 11 to 14GB of free RAM to run the server.

 

29 minutes ago, dieselgino69 said:

That is the correct way to do it. did you try running the server again after that? It will show me Count in the log file of the server

I assume it is working for you correct?

Oh okay on this unraid i got only ryzen 2700x 32 gb ram but i can use my other one with ryzen 9 3950x 16 core with 128gb ram ?

26 minutes ago, ich777 said:

What hardware are you using? CPU, Motherboard, RAM? Keep in mind that you have to be on newer hardware than Intel 8th gen since this game is UE5

Are you also sure that you are not running out of RAM, IIRC you nead at least about 11 to 14GB of free RAM to run the server.

 

I assume it is working for you correct?

 

Yes it works perfectly, I have created a "User Scripts" script to run on Array Start which take care of the new map max count. 

I am able to run the server and also join it from my gaming pc. Working without a flaw here. 

 

Thank you very much for your hard work @ich777

  • Author
20 minutes ago, lexberg69 said:

Oh okay on this unraid i got only ryzen 2700x 32 gb ram but i can use my other one with ryzen 9 3950x 16 core with 128gb ram ?

I just tried it and the container starts fine on my Intel i5-10600

1 hour ago, dieselgino69 said:

 

Yes it works perfectly, I have created a "User Scripts" script to run on Array Start which take care of the new map max count. 

I am able to run the server and also join it from my gaming pc. Working without a flaw here. 

 

Thank you very much for your hard work @ich777

Can u show me how to create user script like u please :D im new with unraid and seriously im not that good haha thanks

  • Author
15 minutes ago, lexberg69 said:

Can u show me how to create user script like u please :D im new with unraid and seriously im not that good haha thanks

Download this from the CA App:

grafik.png.d9753a9d5a7b654bf0765b76efd12170.png

 

After installing it go to the Settings tab:

grafik.png.dcfec69b94d7de17f3872a5aa09ecb9e.png

 

At the bottom click on User Scripts:

grafik.png.eff29437c348648605dc91f1a0689227.png

 

At the bottom click on Add New Script:

grafik.png.6ba72c3db4083cae682f9248646f7c2a.png

 

Enter a name and click OK:

grafik.png.f1ed3937fcce4ff3abc400d40e46ef78.png

 

HOVER over the gear icon with the mouse and wait for the menu to open:
grafik.png.f91160e6ccaf3327e1d5b2cdade51a35.png

 

Click on Edit Script:

grafik.png.0ca5b6a36b6edf4daf28c18dcdc9f3c2.png

 

Copy paste this:

#!/bin/bash
echo 265000 > /proc/sys/vm/max_map_count

 

Click Save Changes:

grafik.thumb.png.4a6aa9f68a2a49abb72cc5dfb429315b.png

 

At the drop down right next to your script select At First Array Start Only:

grafik.thumb.png.1e0f1f5666bf12b7904bd326156a9454.png

 

Scroll down to the bottom and click Apply:

grafik.png.9e267137d04659a912f2333ee9327ea0.png

5 minutes ago, ich777 said:

Thank you so much for that :) im gonna try to run the server with my other machine with 128gb  :)

 

 

 

Download this from the CA App:

grafik.png.d9753a9d5a7b654bf0765b76efd12170.png

 

After installing it go to the Settings tab:

grafik.png.dcfec69b94d7de17f3872a5aa09ecb9e.png

 

At the bottom click on User Scripts:

grafik.png.eff29437c348648605dc91f1a0689227.png

 

At the bottom click on Add New Script:

grafik.png.6ba72c3db4083cae682f9248646f7c2a.png

 

Enter a name and click OK:

grafik.png.f1ed3937fcce4ff3abc400d40e46ef78.png

 

HOVER over the gear icon with the mouse and wait for the menu to open:
grafik.png.f91160e6ccaf3327e1d5b2cdade51a35.png

 

Click on Edit Script:

grafik.png.0ca5b6a36b6edf4daf28c18dcdc9f3c2.png

 

Copy paste this:

#!/bin/bash
echo 265000 > /proc/sys/vm/max_map_count

 

Click Save Changes:

grafik.thumb.png.4a6aa9f68a2a49abb72cc5dfb429315b.png

 

At the drop down right next to your script select At First Array Start Only:

grafik.thumb.png.1e0f1f5666bf12b7904bd326156a9454.png

 

Scroll down to the bottom and click Apply:

grafik.png.9e267137d04659a912f2333ee9327ea0.png

 

Edited by lexberg69

On 11/18/2023 at 12:52 AM, ich777 said:

Because you don't need a token for Sons of the Forest:

 

 

 

 

Regardless of my issues i wanted to step outside this conversation and give you a huge thanks for all the help and dedication to making these dockers. Your doing a huge favor for the community and lots of people are thankful (few express it). Im here to express it.

Hey I have the OpenRTC2 and it keeps looping the download which is very weird @ich777 its been doing this for awhile now

 

Screenshot 2023-11-20 133112.png

  • Author
Just now, TotoroDude said:

Hey I have the OpenRTC2 and it keeps looping the download which is very weird @ich777 its been doing this for awhile now

Thanks for the report, will look into that.

Please give me a few days.

Hey ich777, let me start by thanking you for all the work you've done!

 

I'm trying to install Arma 3, but it errors out with a:

"/opt/scripts/start-server.sh: line 69:    75 Segmentation fault      ./arma3server_x64 ${GAME_PARAMS}"

and keeps restarting.

 

I made sure I'm running it of the cache drive and I've tried changing the path.

 

There's also a:

Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory

But, I don't know if that's relevant.

 

Any help is appreciated. I'm a bit new to Unraid and dockers, so I apologize in advance.

  • Author
47 minutes ago, livid-pearl7308 said:

I'm trying to install Arma 3, but it errors out with a:

Please share a bit more information, on what system do you try to run ARMA3? CPU, Motherboard, RAM?

 

Please double check your paths, what path is set for the Game Files?

 

48 minutes ago, livid-pearl7308 said:

But, I don't know if that's relevant.

No, this is just a warning.

Hey guys Ive got the server for ARK ASA started and I can connect to it. Now I wonder how i can add MODs to the game. As far as I can tell it doesnt work like ARK SE anymore ? Or am I missing something here ?
 

  • Author

Glad that you solved your connection issue... ;)

 

5 minutes ago, Psyonicar said:

Now I wonder how i can add MODs to the game.

Sorry I can't support mods because this would be to much for me... :D

 

Anyways, from a quick search I found that post on Reddit.

It seems like you just have to add it to the command line, so to speak in my container to the Extra Game Parameters:

grafik.thumb.png.41d70f261584279db8be828fa0e66ffa.png

 

However I've not gone to the whole post if this is working or not...

12 minutes ago, ich777 said:

Glad that you solved your connection issue... ;)

 

Sorry I can't support mods because this would be to much for me... :D

 

Anyways, from a quick search I found that post on Reddit.

It seems like you just have to add it to the command line, so to speak in my container to the Extra Game Parameters:

grafik.thumb.png.41d70f261584279db8be828fa0e66ffa.png

 

However I've not gone to the whole post if this is working or not...

THX alot it worked

YOU just add ?-mod=xxxxx,xxxxx,xxxx

 

 

Edited by Psyonicar

  • Author
16 minutes ago, Psyonicar said:

YOU just add ?-mod=xxxxx,xxxxx,xxxx

It seems like it.

 

16 minutes ago, Psyonicar said:

THX alot it worked

Glad that I could help, or better speaking Google... :D

I'm using your Ark Survival Ascended and I'm getting the below error when attempting to start the server, What can I do to fix the issue?

image.png.986a08aa50e4e3cc5bc71e335fd9abd3.png

I am unable to create  a new topic so have to comment here. I have been using the Valheim server for a few days without issues, however, today when I try to connect to the server, it prompts for the server password and then gives me an incompatible version message.

I am unable to figure out the issue. I have rebooted the container a few times as I read that it should auto update but that error does not seem to go away. I have also tried removing the validate server option from the docker and rebooting but with no success.

 

Is anyone else facing a similar issue?

 

Thanks.

  • Author
4 hours ago, bash_amj said:

I am unable to create  a new topic so have to comment here.

You should not create a topic and instead use this thread here... ;)

 

4 hours ago, bash_amj said:

I have been using the Valheim server for a few days without issues, however, today when I try to connect to the server, it prompts for the server password and then gives me an incompatible version message.

Can you share a bit more information please, do you use any mods or how is the template configured?

 

4 hours ago, bash_amj said:

I have also tried removing the validate server option from the docker

This setting should always be set to false.

  • Author
6 hours ago, TJBJ22 said:

What can I do to fix the issue?

As what I can see from your screenshot you have a 0x602 error which usually means that this is some kind of network error.

Can you share a bit more information what machine are you using? Please also make sure that the paths in the template are set correctly.

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.