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
5 minutes ago, dlchamp said:

Once I do that and restart it stops at the `Setting breakpad...` part and the server does not appear in the convoy list.

Can you post you server.cfg here (with password and so on redacted)?

 

I will try it later today.

  • 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

4 minutes ago, ich777 said:

Can you post you server.cfg here (with password and so on redacted)?

 

I will try it later today.

SiiNunit
{
server_config : _nameless.366.dda0 {
 lobby_name: "NI Truck Stop"
 description: "Clean and Clear to Flag Town"
 welcome_message: "Looks like we have ourselves a little convoy"
 password: docker
 max_players: 8
 max_vehicles_total: 100
 max_ai_vehicles_player: 50
 max_ai_vehicles_player_spawn: 50
 connection_virtual_port: 100
 query_virtual_port: 101
 connection_dedicated_port: 27015
 query_dedicated_port: 27016
 server_logon_token: ""
 player_damage: true
 traffic: true
 hide_in_company: false
 hide_colliding: true
 force_speed_limiter: false
 mods_optioning: false
 timezones: 0
 service_no_collision: false
 in_menu_ghosting: false
 name_tags: true
 friends_only: false
 show_server: true
 moderator_list: 0
}

}
  • Author
22 minutes ago, dlchamp said:
 lobby_name: "NI Truck Stop"

Looking at your old post, it seems like your server_config.sii is the issue.

 

Try the moderators like this:

 moderator_list: 1
 moderator_list[0]: 76561197963117432

 

Or you if you have more like:

 moderator_list: 3
 moderator_list[0]: 76561197963117432
 moderator_list[1]: (another_steamid64)
 moderator_list[2]: (another_steamid64)

 

AFAIK the "moderator_list[#]:" is only taking one argument.

 

Have you yet tried if the server is starting fine when you reset the moderators to 0 in your config file? I've now tried it with two and it is working with the solution from above.

22 minutes ago, ich777 said:

Looking at your old post, it seems like your server_config.sii is the issue.

 

Try the moderators like this:

 moderator_list: 1
 moderator_list[0]: 76561197963117432

 

Or you if you have more like:

 moderator_list: 3
 moderator_list[0]: 76561197963117432
 moderator_list[1]: (another_steamid64)
 moderator_list[2]: (another_steamid64)

 

AFAIK the "moderator_list[#]:" is only taking one argument.

 

Have you yet tried if the server is starting fine when you reset the moderators to 0 in your config file? I've now tried it with two and it is working with the solution from above.

I tried it without any moderators set.   I left all it all default and only changed name and desc.

  • Author
1 minute ago, dlchamp said:

I tried it without any moderators set.   I left all it all default and only changed name and desc.

And did it work or not?

 

Do you use a complex password? Maybe try to only user alphanumeric characters.

11 minutes ago, ich777 said:

And did it work or not?

 

Do you use a complex password? Maybe try to only user alphanumeric characters.

Same issue.

I left the password even defaulted to "docker" 
Opened the created config file and only changed the name and desc.  Same issues.

  • Author
2 minutes ago, dlchamp said:

Opened the created config file and only changed the name and desc.  Same issues.

But it works when you leave it all at default and you can connect to it?

 

Maybe try to don't fill in the SteamKey.

9 minutes ago, ich777 said:

But it works when you leave it all at default and you can connect to it?

 

Maybe try to don't fill in the SteamKey.

I didn't try to connect but it appears in the convoy list when I don't change anything. As soon as I change one line in the config file and restart, no dice.image.thumb.png.74808b49fcd1094e097aaf3f261ac305.pngimage.png.1da3a4747103d04d6af5563c2e28e7d2.png

Edited by dlchamp
add screenshot of fresh install console and convoy list

  • Author
10 minutes ago, dlchamp said:

As soon as I change one line in the config file and restart, no dice.

With what editor are you editing the file? Does it maybe convert the files to another encoding like Wordpad does on Windows or Textedit on MAC?

Just now, ich777 said:

With what editor are you editing the file? Does it maybe convert the files to another encoding like Wordpad does on Windows or Textedit on MAC?

Using notepad++

But I've had an interesting change..
Deleted all appdata and restarted the container so it could completely rebuild again.
Saw the "Docker Server" appear in the list and connected to it.
Opened the config file and edited the name and desc.  Restarted the container.
Server now appears and I can connect to it, however it's still showing as "Docker Server" with the default desc.

  • Author
2 minutes ago, dlchamp said:

Server now appears and I can connect to it, however it's still showing as "Docker Server" with the default desc.

To what is your appdata set in terms of Use Cache in the Share settings and to what is it set in the template?

1 minute ago, ich777 said:

To what is your appdata set in terms of Use Cache in the Share settings and to what is it set in the template?

appdata is set to "prefer cache" and the template shows `/mnt/user/appdata/...

  • Author
2 minutes ago, dlchamp said:

appdata is set to "prefer cache" and the template shows `/mnt/user/appdata/...

Please change it to the default which is /mnt/cache/appdata/... (or whatever your cache pool is named like) just to rule out any other issues.
Over here I have no issues editing the server files and to run the server.

 

Please make also sure to stop the server first and after that edit the file.

3 minutes ago, ich777 said:

Please change it to the default which is /mnt/cache/appdata/... (or whatever your cache pool is named like) just to rule out any other issues.
Over here I have no issues editing the server files and to run the server.

 

Please make also sure to stop the server first and after that edit the file.

Closed the game.
Stopped the server.
Made changes to the template
Added the description (only had the lobby name changed before)
Saved
Started the container.
Loaded up the game and went to Convoys.
"Docker Server" still appears in the list and I can connect to it

  • Author
3 minutes ago, dlchamp said:

"Docker Server" still appears in the list and I can connect to it

Sorry, I still can't reproduce this over here, everyhting is working as expected.

 

Do you edit the file in /mnt/user/... or /mnt/cache/... with Notepad++?

 

I really don't know what to try next, I'm really out of ideas now.

Just now, ich777 said:

Sorry, I still can't reproduce this over here, everyhting is working as expected.

 

Do you edit the file in /mnt/user/... or /mnt/cache/... with Notepad++?

 

I really don't know what to try next, I'm really out of ideas now.

It's only in one place, on the cache drive.

  • Author
3 minutes ago, dlchamp said:

It's only in one place, on the cache drive.

But if it doesn't change back to default in the config file then it can't display it wrong since the name for the server isn't set anywhere else than in this file.

Maybe it's cached on the client with the wrong name?

4 minutes ago, ich777 said:

But if it doesn't change back to default in the config file then it can't display it wrong since the name for the server isn't set anywhere else than in this file.

Maybe it's cached on the client with the wrong name?

Right.   I checked by cd'ing into `cache/appdata/...` and `user/appdata/...` from CLI.  Accessed with nano and config file was matching what I had in notepad ++.

It could be cached on the client 🤷‍♂️
Have any idea how I could clear that cache?  Restarting the game and refreshing the server list didn't work.

clearing cache in documents/ didn't help.

Edited by dlchamp

  • Author
5 minutes ago, dlchamp said:

Have any idea how I could clear that cache?  Restarting the game and refreshing the server list didn't work.

Not really.

Have you yet tried to change the password and see if this setting is applied correctly?

Just now, ich777 said:

Not really.

Have you yet tried to change the password and see if this setting is applied correctly?

I did.  No change.

  • Author
1 minute ago, dlchamp said:

I did.  No change.

Then something is definitely wrong with the mapping and from where the files are read, please double check the paths.

I really can't help any further because I've now tried it multiple times on my server and it is working as expected.

14 minutes ago, ich777 said:

Then something is definitely wrong with the mapping and from where the files are read, please double check the paths.

I really can't help any further because I've now tried it multiple times on my server and it is working as expected.

image.png.90b8cbdcd252e810707fe77f1b408b73.png

 

I'm at a loss as well.  Many containers have been set up over the years, some of your other game servers as well, but none have given me as much trouble.  🤷‍♂️

 

Thanks for your time.

Hey just wondering if I access the server from the logs or terminal? I am trying to run the Arma 3 docker and when I access the logs it will run through its course but then suddenly close out and restart sometime after "SteamAPI...OK" . I am not sure why, but my second question is if these logs are saved anywhere I can check...?

  • Author
12 minutes ago, GREASEF1RE said:

Arma 3 docker and when I access the logs it will run through its course but then suddenly close out and restart sometime after "SteamAPI...OK" . I am not sure why, but my second question is if these logs are saved anywhere I can check...?

This means that the container is looping because it is crashing, can you please upload a screenshot from your Docker template?

On what hardware do you run the container?

22 minutes ago, ich777 said:

This means that the container is looping because it is crashing, can you please upload a screenshot from your Docker template?

On what hardware do you run the container?

Thanks for the quick response. All the settings are default except for login information. As a side note I have yet to port-forward anything yet I just wanted to test it first.

 

 

 

MOBO: ASRock B450 Pro4
CPU: AMD Ryzen 5 2600X Six-Core @ 3600 MHz

RAM: 48gb DDR4

Storage: 12tb HDD, 1TB SSD (cache)

 

edit: I did catch one error before the log closes out on me,

15:49:56 Could not enable linux core dumps. Error 1 - ����6
15:49:56 SteamAPI initialization failed. Steam features won't be accessible!
15:49:56 Initializing stats manager.
sh: 1: /sbin/ifconfig: not found

image.png

image.png

Edited by GREASEF1RE

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.