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

  • Author
10 minutes ago, workermaster said:

U have updated the containers and am trying to boot into the experimental one in a few minutes. My game is now updating on Steam. 

If it is still boot looping then the container isn‘t properly updated.

 

10 minutes ago, workermaster said:

What config file do I need to change?

Sorry, I‘m currently on the go and can‘t tell drom the top of my head which one you meed to change.

 

10 minutes ago, workermaster said:

I don't remember chaning a config file before, but it could be that I just forgot what I did back then

You could also do this with a startup game parameter.

 

EDIT: Look here at the command line options:

https://satisfactory.fandom.com/wiki/Dedicated_servers

  • Replies 12.5k
  • 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

2 minutes ago, ich777 said:

If it is still boot looping then the container isn‘t properly updated.

 

Sorry, I‘m currently on the go and can‘t tell drom the top of my head which one you meed to change.

 

You could also do this with a startup game parameter.

Ah, now I see the option. I never looked at those settings in the container template. I will add the ports there. 

 

I have also managed to connect to my server in update 8. Quite buggy but that is expected from the experimental branch. Thanks for your help!

Hello, I'm back again with probably another user error issue.

I think its related to SteamCMD? I reinstalled both steamcmd and the server files with no luck. Any ideas where I am going wrong. The error is

 

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

  • Author
4 hours ago, Mew said:

I reinstalled both steamcmd and the server files with no luck. Any ideas where I am going wrong. The error is

What game are we talking about?

 

4 hours ago, Mew said:

No such file or directory
dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory

This shouldn‘t prevent the dedicated server from starting, I usually don‘t include SDL because it‘s not needed for the dedicated server to work.

 

The full log output would be also helpful.

9 hours ago, ich777 said:

What game are we talking about?

 

This shouldn‘t prevent the dedicated server from starting, I usually don‘t include SDL because it‘s not needed for the dedicated server to work.

 

The full log output would be also helpful.

 

There was a steam update 1-2 days ago, I also noticed this message appearing. The server still runs anyway.

  • Author
10 minutes ago, IppoKun said:

 

There was a steam update 1-2 days ago, I also noticed this message appearing. The server still runs anyway.

Yes, but what game are we talking about?

 

The message was always there at least that‘s the case for some games because this library isn‘t needed for dedicated servers.

3 minutes ago, ich777 said:

Yes, but what game are we talking about?

 

The message was always there at least that‘s the case for some games because this library isn‘t needed for dedicated servers.

 

7DTD, I thought the message wasn't there before. Yesterday there was an update on 7D7D so I had to restart the container to update the server and it kinda got stuck for a while before starting updating the server files.

I've read the instructions about fixing a minecraft server to a specific version by downloading the correct jar file and changing the setting on the docker container.

If I wanted to fix the version on the server to the existing one, is it simply a case of changing the 'game version' to 'custom' seeing as the current server.jar is the correct version?

Also, if I then want to update it in future, would I then either need to amend the game version back to latest or upload a new jar (or either)?

Thanks

Hi there.

 

I've read multiple articles and it starts to feel like chasing my own tail. Never going to get it.

 

I'm trying to run a RUST server and installed your docker. First with my implementation and that didn't work. So started searching and came back empty handed. So removed the docker and removed the appdata part. Did a fresh install just like ich777 mentioned in this topic. But still can't connect to the server. Heck Steam says Hostname or IP adress invalid.

 

In my router i've fowarded:

UDP xxx.xxx.xxx.11:28015
UDP xxx.xxx.xxx.11:28016
TCP xxx.xxx.xxx.11:28017
TCP xxx.xxx.xxx.11:28018

RustServer.thumb.png.44ce9648196aaab4452c6ae2938a144e.png

I don't see any IP adress popping up in the log file. I could miss it but ich777 mentioned the last 2 lines or so.

 

Also have read you should wait until: "BradleyAPC Spawned". Well that I did find.

 

Some thing that does strike as odd: "Invalid Position: chicken.corpse"

 

So to summ it up: How to get it visible? I really want to host my own server, just to fool around in and to start learning the game.

I removed the docker and the appdata folder reinstalled the docker and let it run for a couple of hours. Also the docker is using CPU power as seen in the screenshot above.

 

 

21 hours ago, ich777 said:

What game are we talking about?

 

This shouldn‘t prevent the dedicated server from starting, I usually don‘t include SDL because it‘s not needed for the dedicated server to work.

 

7DTD

 

It was me being dumb with setting the RWG size too high.

on a side note, does anyone know if this is the proper syntax for the A21 branch?

 

-beta latest_experimental -batchmode -nographics -logfile 7DaysToDie_Data/output_log.txt  $@

 

Ignore I cant read

Edited by Mew

Thanks ich77. I love the Satisfactory and 7DTD dockers and was amazed at how fast you had them updated, thank you so much!

 

I do have a question though, regarding 7DTD and mods. There was a folder automatically created for A21 experimental, I tried adding my own to that folder and they do not load. When I tried a single player game and added them to my local games files they worked perfect. Is there a switch I'm missing to make it work?

  • Author
On 6/16/2023 at 7:03 PM, GeeBee said:

If I wanted to fix the version on the server to the existing one, is it simply a case of changing the 'game version' to 'custom' seeing as the current server.jar is the correct version?

Yes. If you follow the instructions from the template you should be good to go.

 

On 6/16/2023 at 7:03 PM, GeeBee said:

Also, if I then want to update it in future, would I then either need to amend the game version back to latest or upload a new jar (or either)?

The manual way would be to stop the container, replace the old .jar file with the new one and finally start the container again.

 

You can also set it to latest as mentioned, let it start and then set it back to custom again.

  • Author
On 6/16/2023 at 9:43 PM, Black_SwanNL said:

I've read multiple articles and it starts to feel like chasing my own tail. Never going to get it.

How long did you let the server run? It seems that it is still starting because of the high CPU usage, the first start from RUST can take very, very, very long (I think mine took about 10 minutes and remember this was after the download from the game finished).

 

After the container or better speaking the server started something like that should show up (keep in mind I didn't forward the ports to the outside world, that's why you see the last message):

grafik.png.cbe196834201b062c422175849f887eb.png

 

As you can see the server shows up in the Steam Server browser just fine (even not forwarding the ports to the outside world) if you are adding it with YOURSERVERIP:28016

grafik.thumb.png.8d894e279697fbd142117caf15f3cfbd.png

 

On 6/16/2023 at 9:43 PM, Black_SwanNL said:

Also the docker is using CPU power as seen in the screenshot above.

As for the CPU usage and has nothing to do with the container this it the dedicated RUST server, however that is pretty normal IIRC for RUST, on my i5-10600 it utilizes in idle almost 8% CPU.

  • Author
15 hours ago, eXoenix said:

I do have a question though, regarding 7DTD and mods. There was a folder automatically created for A21 experimental, I tried adding my own to that folder and they do not load.

Sorry but I really can't help with mods, the dedicated server runs like it would do on bare metal.

Are you sure that this isn't a client side only mod and that this server will work on a dedicated server?

 

I would also recommend that you join @Spectral Force's Discord server for 7DtD help because he helps me out with it since I'm really not familiar with the game: https://discord.gg/VwwYA5h

On 11/22/2022 at 1:52 PM, ich777 said:

Copy this into the GAME_ID variable:

896660 -beta public-test -betapassword yesimadebackups

and set validate to true.

After the container pulled the update (open the logs and wait that the contianer fully started) please stop it again and disable valdiation in the template again.

For some reason i cannot get this to work with Valheim Dedi, i even tried new containers and different machines and still it refuses to install the beta version. Any thoughts?

  • Author
34 minutes ago, drwtrippy said:

For some reason i cannot get this to work with Valheim Dedi, i even tried new containers and different machines and still it refuses to install the beta version.

Seems to be correct.

896660 -beta public-test -betapassword "yesimadebackups"

 

What does the log say? Did you enable valdiation in the template too? Was the dedicated server already installed on those servers?

11 hours ago, ich777 said:

How long did you let the server run? It seems that it is still starting because of the high CPU usage, the first start from RUST can take very, very, very long (I think mine took about 10 minutes and remember this was after the download from the game finished).

This is because it is an old i5 6600K. Was my old game pc before. Saving up for a new mobo and cpu. On the wishlist is a i5 13500.

 

 

11 hours ago, ich777 said:

As you can see the server shows up in the Steam Server browser just fine (even not forwarding the ports to the outside world) if you are adding it with YOURSERVERIP:28016

grafik.thumb.png.8d894e279697fbd142117caf15f3cfbd.png

 

 

 

And the above is why I couldn't connect. I was trying YOURSERVERIP:28015 and not YOURSERVERIP:28016.

I feel like an idiot right now.... I thought gameport was the port to connect to. But changing it to the querry port:

works.thumb.JPG.079da19c29f12472333a369565c9ada6.JPG

 

And that is why sometime you need a community. You can't do and or know it all by yourself.

 

Thank you ich777

16 hours ago, ich777 said:

Seems to be correct.

896660 -beta public-test -betapassword "yesimadebackups"

 

What does the log say? Did you enable valdiation in the template too? Was the dedicated server already installed on those servers?

I sorted it out. There's a version bug in the latest build (217.5). it's really wonky too. I cannot connect via direct external IP or the ingame browser, It just give "Server is running older version and is not compatible". However here's the weird part...I can connect thru my FQD which resolves to the same external IP as well as i am able to connect via the direct lan IP, so the issue is clearly on their end.

Edited by drwtrippy

I'm having trouble trying to get forge up and running

I've followed what's mentioned in the below link, but it just hangs saying "Waiting for logs, please stand by..."
https://github.com/ich777/docker-minecraft-basic-server/issues/9#issuecomment-1449333433

 

image.thumb.png.964ce503786a342b5eafcf6091bca91c.png


I have adjusted the container path to point to /mnt/user/... instead of /mnt/cache/..., and can confirm that I have copied the libraries folder, that was generated by the forge server installer, to the root directory of the specified container


any clues as to why it's hanging?

  • Author
10 minutes ago, Dark202 said:

I've followed what's mentioned in the below link, but it just hangs saying "Waiting for logs, please stand by..."

Does it utilize any CPU or RAM if yes, how much?

How long did you let it sit at this message?

 

Is this a vanilla Forge installation?

14 hours ago, ich777 said:

Does it utilize any CPU or RAM if yes, how much?

How long did you let it sit at this message?

 

Is this a vanilla Forge installation?

I'm not sure how to see how much CPU or RAM it's utilising

 

I've previously let it sit at that message for a while, but the log window reloads and so I kept missing this message

 

Cannot exec '/serverdata/serverfiles/runtime/jre17/bin/java': No such file or directory

 

Yes, trying to get it up and running before I load in mods

 

 

UPDATE:

I deleted the docker instance, then the folders that were left behind

Re-installed the instance and working now

Edited by Dark202
update

I have a Don't Starve Together server running in Unraid, and until stopping the container today to run a backup, it was working perfect. Now, when I try to boot up the container I get the following error:
Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory
dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory

Are there any clues as to what is happening here?

  • Author
1 hour ago, DeltaM1ke said:

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

Nothing to worry about, this message doesn‘t prevent the server from running.

 

Can you maybe post the full log output?

It gets this far and reboots
{"log":"Connecting anonymously to Steam Public...OK\n","stream":"stdout","time":"2023-06-21T19:24:00.600504816Z"}
{"log":"Waiting for client config...OK\n","stream":"stdout","time":"2023-06-21T19:24:00.612765082Z"}
{"log":"Waiting for user info...OK\n","stream":"stdout","time":"2023-06-21T19:24:02.105534491Z"}
{"log":"Success! App '343050' already up to date.\n","stream":"stdout","time":"2023-06-21T19:24:02.105589379Z"}
{"log":"---Prepare Server---\n","stream":"stdout","time":"2023-06-21T19:24:02.283833846Z"}
{"log":"---Server ready---\n","stream":"stdout","time":"2023-06-21T19:24:02.380910584Z"}
{"log":"---Checking for old logs---\n","stream":"stdout","time":"2023-06-21T19:24:02.38098179Z"}
{"log":"---Start Server---\n","stream":"stdout","time":"2023-06-21T19:24:02.398488676Z"}
{"log":"tail: cannot open '/serverdata/serverfiles/masterLog.0' for reading: No such file or directory\n","stream":"stderr","time":"2023-06-21T19:24:04.408341456Z"}
{"log":"tail: cannot open '/serverdata/serverfiles/cavesLog.0' for reading: No such file or directory\n","stream":"stderr","time":"2023-06-21T19:24:04.408421568Z"}
{"log":"tail: no files remaining\n","stream":"stderr","time":"2023-06-21T19:24:04.408437953Z"}
{"log":"---Ensuring UID: 99 matches user---\n","stream":"stdout","time":"2023-06-21T19:24:06.649869956Z"}
{"log":"usermod: no changes\n","stream":"stdout","time":"2023-06-21T19:24:06.655589392Z"}
{"log":"---Ensuring GID: 100 matches user---\n","stream":"stdout","time":"2023-06-21T19:24:06.655888609Z"}
{"log":"usermod: no changes\n","stream":"stdout","time":"2023-06-21T19:24:06.66640248Z"}
{"log":"---Setting umask to 000---\n","stream":"stdout","time":"2023-06-21T19:24:06.666558379Z"}
{"log":"---Checking for optional scripts---\n","stream":"stdout","time":"2023-06-21T19:24:06.666601743Z"}
{"log":"---No optional script found, continuing---\n","stream":"stdout","time":"2023-06-21T19:24:06.670738569Z"}
{"log":"---Taking ownership of data...---\n","stream":"stdout","time":"2023-06-21T19:24:06.670769282Z"}
{"log":"---Starting...---\n","stream":"stdout","time":"2023-06-21T19:24:06.776700233Z"}
{"log":"---Update SteamCMD---\n","stream":"stdout","time":"2023-06-21T19:24:06.792821008Z"}
{"log":"Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'\n","stream":"stdout","time":"2023-06-21T19:24:10.534455719Z"}
{"log":"[  0%] Checking for available updates...\n","stream":"stdout","time":"2023-06-21T19:24:10.534495421Z"}
{"log":"[----] Verifying installation...\n","stream":"stdout","time":"2023-06-21T19:24:10.534504321Z"}
{"log":"Steam Console Client (c) Valve Corporation - version 1686881296\n","stream":"stdout","time":"2023-06-21T19:24:10.53451197Z"}
{"log":"-- type 'quit' to exit --\n","stream":"stdout","time":"2023-06-21T19:24:10.534522229Z"}
{"log":"Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory\n","stream":"stdout","time":"2023-06-21T19:24:10.534529536Z"}
{"log":"dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory\n","stream":"stdout","time":"2023-06-21T19:24:10.534537519Z"}
{"log":"OK\n","stream":"stdout","time":"2023-06-21T19:24:10.534545552Z"}
{"log":"\n","stream":"stdout","time":"2023-06-21T19:24:10.534552518Z"}

  • Author
41 minutes ago, DeltaM1ke said:

It gets this far and reboots

What container are we talking about?

Do you use Unraid? This log output seems really convoluted...

 

Please post your docker run command and also a screenshot from your Docker template if you are using Unraid.

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.