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
28 minutes ago, FlowDE said:

Do you got any updates for the pal world docker?

Dose actually read somebody these days please read the description from the container and also this post:

 

  • 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

  • Author
47 minutes ago, Kesra said:

@ich777 anyway around pushing the palworld docker container to use all cores and threads simultaneously instead of only 4 ?

It doesn't make sense according to the developers:

grafik.thumb.png.826b69d5e5ea5e2bdb1334960f234405.png

 

Every game server (at least that I know) prefers per core clock speed instead of thread count.

 

54 minutes ago, Kesra said:

here is my weird statistics:

What is weird about that? Your server struggles to keep up, I would recommend that you disable SMT or Hyper threading, do a little overclocking and see what 4 cores perform the best and assign that to the container.

I am having a very stressful day trying to figure out the issue here, my server keeps crashing like 10 times a day maybe even more, with those With those paths in an unraid server very weird and I cant just fine the issue..

server didn't crash down all the palboxes that belonged to people just disappeared

here what GPT4 answered after analyzing the crashlog:

The crash is caused by a "Segmentation fault" (signal 11). This typically occurs when a program tries to access memory that it's not allowed to, which could be due to a bug like a null pointer dereference, buffer overflow, or incorrect memory handling. The call stack in the crash report can help identify the specific code causing the issue.
 

CrashContext.runtime-xml

Edited by Kesra

23 minutes ago, ich777 said:

Dose actually read somebody these days please read the description from the container and also this post:

i am so soory i read the description but forgot about the restart part and couldn't delete my post fast enough due to internet issues on the go and reread the description and saw that information.

  • Author
5 minutes ago, Kesra said:

I am having a very stressful day trying to figure out the issue here, my server keeps crashing like 10 times a day maybe even more, with those With those paths in an unraid server very weird and I cant just fine the issue..

Have you yet tried to ask on the official Discord?

<ErrorMessage>Caught signal 11 Segmentation fault</ErrorMessage>

 

Are you sure that your RAM is working properly so to speak maybe bad RAM?

 

Can you please post your Diagnostics from Unraid?

1 minute ago, ich777 said:

Have you yet tried to ask on the official Discord? yes with no luck

 

Are you sure that your RAM is working properly so to speak maybe bad RAM? got them new 128GB

 

Can you please post your Diagnostics from Unraid? please check the attached file

 

diagnostics-20240201-2247.zip

  • Author
3 minutes ago, Kesra said:

I see nothing obvious in your Diagnostics sorry.

But it seems that Palworld tries to access memory that it's not allowed to access but as said, that could be maybe also caused by bad RAM.

 

I also have 128GB installed but don't have had any issues so far on my system but I have to say that I only have nine concurrent players on the dedicated server.

 

Maybe someone in the official Discord can help here but if there also nobody knows my guess is bad RAM or something like that.

 

New RAM can also be defective.

1 minute ago, ich777 said:

 

But it seems that Palworld tries to access memory that it's not allowed to access but as said, that could be maybe also caused by bad RAM.

 

 

 

do you think the windows paths found in the crashlog means anything ?

  • Author
4 minutes ago, Kesra said:

do you think the windows paths found in the crashlog means anything ?

No, this is from the developers themselves where the project lived on their system and how it was built.

My whole Unraid server just crashed because the Palworld container ate up all my ram. I have 16gb DDR4 ram and it was plenty up until now (I ordered another 16gb). Anybody else?

  • Author
15 minutes ago, Mr. T said:

I have 16gb DDR4 ram and it was plenty up until now (I ordered another 16gb).

Even 32GB is too less RAM for Palworld.

 

15 minutes ago, Mr. T said:

Anybody else?

Yes, multiple people with less than 64GB of RAM reported that that they got OOM (Ot Of Memory) errors.

 

You can limit the amount of RAM that the container can consume but if the container runs into that limit it will ultimately crash and restart (because I use --restart=unless-stopped for my container) but keep in mind that this can cause corruption from the savegame.

 

My container currently consumes with three people on it about 20GB:

grafik.png.91b6f6b2967d067fa0293b3829f87cbe.png

...but I've seen higher values, near to 30GB too (mine is currently limited to 50GB as you can see in the screenshot).

RCON doesn't seem to want to work on the PalWorld docker. RCON is enabled in the PalWorldSettings.ini, and I'm using the rcon plugin with -H IP -p 25575 -P AdminPassword.

 

Am I missing something? Nothing else is using the port.

 

EDIT: Looks like the rcon plugin and another docker, RCON WEB Admin do not work with the PalWorld RCON setup. I found a third party app that allows for connectivity. RCON itself is working.

Edited by OrneryTaurus

13 minutes ago, OrneryTaurus said:

RCON doesn't seem to want to work on the PalWorld docker. RCON is enabled in the PalWorldSettings.ini, and I'm using the rcon plugin with -H IP -p 25575 -P AdminPassword.

 

Am I missing something? Nothing else is using the port.

Do you have the RCON plugin?

12 minutes ago, Spectral Force said:

Do you have the RCON plugin?

 

Yep, tried using ich777's RCON Plugin and it won't connect. Also tried RCON-WebAdmin docker container and that wouldn't connect either. Found ARRCON and that allows for connectivity.

 

Edit: Found the same symptoms and potential workaround here:

 

 

Edited by OrneryTaurus

Is there a way to have the server listen to the config file (PalWorldSetting.ini) or is there another file to edit to change settings? I see RCON is an option, but I can't seem to get it to recognize my server and its a bit over my head, a simple config file edit would be much easier.

I guess to make it clearer what my issue is. I edit the config file that the description says to change, but none of the changes are reflected within the server. I restart it, the changes save, they just never actually reflect the server settings.

Edited by Vulkandr

  • Author
6 hours ago, OrneryTaurus said:

Edit: Found the same symptoms and potential workaround here:

May I ask why do you run the container in br0?

As I explained in that thread that you've found it has no real advantages...

  • Author
2 hours ago, Vulkandr said:

Is there a way to have the server listen to the config file (PalWorldSetting.ini) or is there another file to edit to change settings?

Which file did you edit (location)?

 

2 hours ago, Vulkandr said:

I see RCON is an option, but I can't seem to get it to recognize my server and its a bit over my head

How do you try to connect?

Here are examples:

 

If you are running the container in br0 mode this won't work OOB if Host Access is not enabled in the Docker settings.

1 hour ago, ich777 said:

Which file did you edit (location)?

appdata/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini

 

 

1 hour ago, ich777 said:

How do you try to connect?

The plugin terminal version you made is a bit over my head. trying to use the the web page version from itzg i just fill out the proper fields with the rcon port and such, but it never shows online. I noticed in the ini, rcon is disabled by default, so because I cant get the settings to stick, that might be preventing rcon access. Realistically I would just prefer changing the ini, it does all I need.

  • Author
1 hour ago, Vulkandr said:

appdata/palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini

Did you stop the server, then edit the config and then start the container again. If you simply restart the container the settings will be discarded.

 

1 hour ago, Vulkandr said:

trying to use the the web page version from itzg i just fill out the proper fields with the rcon port and such, but it never shows online.

Sorry I can't help with that since I don't know that.

Maybe ask in his support thread/GitHub.

6 hours ago, ich777 said:

Did you stop the server, then edit the config and then start the container again. If you simply restart the container the settings will be discarded.

Yes, the server has been completely offline many times for several hours, none of the config file changes seem to affect the server, they do stay saved in the file though, so they are not being overwritten. I tried changing server name, password, game settings, all stay at default in the server itself. i tried also changing the default settings ini with no luck.  

  • Author
2 hours ago, Vulkandr said:

i tried also changing the default settings ini with no luck.

Are you sure that the path in your case is correct.

Please read this post from the second paragraph on:

 

Any chance in knowing what the update schedule is for various containers? Hoping to get the update for Palworld 1.40

23 minutes ago, ultraflip said:

Any chance in knowing what the update schedule is for various containers? Hoping to get the update for Palworld 1.40

If the game has updated just restart the container, it will update the files on restart.

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.