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
2 hours ago, brain:proxy said:

I want to change the location of the backup for my Valheim server out of the default location. Best way?

Don't overthink it, since you are dealing with Docker it is as easy as creating another mount to another location on your Unraid server like:

grafik.png.099802dcbfb01ba36dc72b464e35fe54.png

 

Simply go to the Docker template, click "Add another Path, Port, Variable, Label or Device" and set it up like in the screenshot above.

(keep in mind if you do that that the directory will be wiped once since it binds now to another directory, I would recommend that you backup your backup savegames first)

 

Hope that helps.

  • 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

Makes perfect sense.  Totally over thinking it.  Was about to go searching through scripts. Thank you.

I've got an error with my V-Rising server, hopefully someone can help me out. The server appears to be running and is generating autosaves according to the logs but I'm unable to connect to it or even ping it. The error I'm seeing is "Curl error 7: getsockname() failed with errno 10022: Invalid arguments". I've got a couple of other game servers running but this one is the only one giving me trouble. Any ideas would be greatly appreciated.

vrising.png

  • Author
8 hours ago, Scorchmuffins said:

but I'm unable to connect to it or even ping it.

Please share a bit more details, how do you try to connect? Have you changed any of the settings? Do you try to connect with your public IP or your local IP?

 

By default it doesn't advertise itself on the server list, you have to specifically enable that in the settings file.

ich777 is it possible to make a dedicated server for unraid on a game called silica?

  • Author
20 minutes ago, Landermark said:

ich777 is it possible to make a dedicated server for unraid on a game called silica?

Maybe but unfortunately I don't accept any more requests for Docker container because I have about 180 applications in the CA App.

 

Sorry...

hey i was wondering, any chance you could add "Soulmask" to your gameserver collection?

Edited by sucr4m

  • Author
11 minutes ago, sucr4m said:

hey i was wondering, any chance you could add "Soulmask" to your gameserver collection?

Please read this post:

 

26 minutes ago, ich777 said:

Please read this post:

 

i see, thanks for the quick answer though.

Edited by sucr4m

I see that some people have been having issues since the recent update. I too am having an issue with the Conan Exiles container. I'm getting the following error:

 

image.thumb.png.c31c954f51b1571365d06c5078cd1321.png


This just repeats indefinitely. Both my Conan Exiles containers are doing the same thing since the update. So I stopped the container, renamed the server data volume so the container starts as if it was new. It downloaded the game, but it never came online. I just continued to throw these same errors as it did before.

  • Author
1 hour ago, Earendur said:

I just continued to throw these same errors as it did before.

Stop the container, delete the WINE64 directory, start the container again.

Seems to be giving me the same error. Here's the docker log from the shutdown onward:dockerlog.txt
 

 

I'm going to disable the 3 mods I have and see if that has an effect.

Edited by Earendur

  • Author
18 minutes ago, Earendur said:

Seems to be giving me the same error. Here's the docker log from the shutdown onward:dockerlog.txt

The log is useless in this case since this is only the debug logoutput from WINE, I will look into that but it will take some time.

 

What does the log from Conan itself say?

 

EDIT: @Earendur I have the same messages but no issue over here:

grafik.thumb.png.4f22e086aa190d545b6c685f03a03663.png

5 minutes ago, ich777 said:

The log is useless in this case since this is only the debug logoutput from WINE, I will look into that but it will take some time.

 

What does the log from Conan say?

Interesting. The server does appear to be running now. I believe your suggestion to delete WINE64 did it, but the docker log shows all those errors still.

The Conan log appears to show the server is up an running and I can now see it is online and connect. I restored the original game data directory and deleted the WINE64 directory and both servers are now back and connectable again. 

As you suggested, seemed like an issue with WINE.

Worth noting that the docker logs used to show Conan server events and information, but now they do not and I can only find that info in the game server logs directly.

Thanks for your help!

  • Author
5 minutes ago, Earendur said:

Interesting. The server does appear to be running now. I believe your suggestion to delete WINE64 did it, but the docker log shows all those errors still.

Again these are just the debug messages from WINE and nothing to worry about (btw, they where there before IIRC)

 

5 minutes ago, Earendur said:

As you suggested, seemed like an issue with WINE.

Sort of, most of the times it is necessary to delete the WINE64 directory if a WINE update is made, and this is what I did this time.

 

I mean I can hide the debug log but if I do that you would get nothing at all in the logs.

 

5 minutes ago, Earendur said:

Worth noting that the docker logs used to show Conan server events and information, but now they do not and I can only find that info in the game server logs directly.

I remember a user reported almost the same and this was caused by an update from Conan itself.

 

I'll maybe push an update and change which log will be displayed.

  • Author

@Earendur I've just pushed an update to the container and you should now only see the log from the container. Please update the container itself.

1 hour ago, ich777 said:

@Earendur I've just pushed an update to the container and you should now only see the log from the container. Please update the container itself.

Looks good and is working great!

I could've sworn I was seeing server logs appear in the docker log. Admittedly I know very little about WINE and I don't know how an image can be configured to show certain logs in the container log, but I do think the WINE logs make it a bit confusing. Usefiul if there is a problem, but I think the server logs being shown is a better default as they are used more often than the WINE log.

Thanks again!

17 hours ago, ich777 said:

Please share a bit more details, how do you try to connect? Have you changed any of the settings? Do you try to connect with your public IP or your local IP?

 

By default it doesn't advertise itself on the server list, you have to specifically enable that in the settings file.

I wasn't able to connect using either my LAN or WAN ips, I tried adding the server through Steam as well as manually in game. The only settings I changed were the steamcmd and game file locations. I was confused because everything seemed to be working. I ended up removing the container and reinstalling, steam still doesn't see it when I try to add it via game servers, but I can manually connect from within the game now. I'll call that a win, I guess maybe something weird happened on the first install. 

 

Thank you for working on these containers and supporting them. 

Hi ich777, is there a changelog of the update from TS3 docker ?

  • Author
2 hours ago, Avenga said:

Hi ich777, is there a changelog of the update from TS3 docker ?

This was just the yearly update of packages (base image and package updates).

Nothing else changed.

 

You can see the source here: https://github.com/ich777/docker-teamspeak

 

My containers are basically self maintaining and they barely get updates because of that but I push at least once a year a security update.

 

For full transparency the base image that the container uses is here: https://github.com/ich777/docker-debian-baseimage

 

 

BTW, this is the wrong support thread, please always use the correct support thread by clicking the container Icon on the Docker page and clicking Support:

grafik.png.691459b2d3d9f93960a0d7fbfcd0b5b4.png

Hi ich777,  are there plans to make an soulmask img? 
Thanks a lot for all the othere great server!

  • Author
27 minutes ago, redQs said:

Hi ich777,  are there plans to make an soulmask img? 

Please read this post:

 

13 hours ago, redQs said:

Hi ich777,  are there plans to make an soulmask img? 
Thanks a lot for all the othere great server!

I came looking for one too, saw the update about not making anymore. Now I need to delve into how he makes them so I can see how hard it is to do myself. I tried searching through the dockerhub, someone made one based on ich777's they claim, but it won't start (so obvis I'm doing something wrong)

  • Author
2 hours ago, eXoenix said:

I came looking for one too

16 hours ago, redQs said:

soulmask

On 6/10/2024 at 4:14 PM, sucr4m said:

hey i was wondering, any chance you could add "Soulmask" to your gameserver collection?

On 6/4/2024 at 6:55 AM, Vinicius Rios said:

I would like to thank you first. Would it be possible to release the game Soulmask? recently released survival game

Fine... :D
If someone is willing to donate the game I create a container. ;)

14 hours ago, ich777 said:

Fine... :D
If someone is willing to donate the game I create a container. ;)

Dude, you are awesome. I spent like 6 hours last night trying to figure it out. I finally got something running, but have no idea where the files got stuffed...so I couldn't edit anything. I log on this afternoon and there it is...

 

You are awesome, sending a little something.

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.