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] Mainfrezzer - Docker Repo

Featured Replies

12 hours ago, Mainfrezzer said:

You have to go to settings and change something about the screen width to fix it.

Panel layout overflowing onto navigation side bar, this is due to using Screen for the display width, change it in the panel settings to fix it.,

Thank you so much for the super quick response! that fixed it! Really appreciate it!

  • Replies 291
  • Views 42.1k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mainfrezzer
    Mainfrezzer

    Im pretty sure that i solved the issue now. At least my tests with a cloudflare tunnel were successfull. i also tested nginx. in case its still not working, add the cloudflare ips to the trusted

  • Mainfrezzer
    Mainfrezzer

    Thats great, good to hear. What i got from the docs is that unbound itself is managing they keyfile as long as unbound is up and updates it correctly (from what ive seen it creates new subkeys) a

  • frank_alex92
    frank_alex92

    the newly created container did the waiting for logs -> sleep thing again. i then changed the global share settings according to your screenshot and restarted everything. it did a little download

Posted Images

Hey there!

I'm definitely a noob when it comes to creating an ark server in docker. Is there a tutorial I can follow for this container? I've got it installed, but I have no idea how to follow this request: "to set the value vm.max_map_count to at least 256000 on the host as root with the command echo 265000 > /proc/sys/vm/max_map_count".

If I try and run the command in the Console, I get the following, "bash: /proc/sys/vm/max_map_count: Read-only file system"

Any advice is appreciated.

Thanks!

Edited by WiffleballTony
spelling error

  • Author
On 11/12/2025 at 7:35 AM, WiffleballTony said:

Hey there!

I'm definitely a noob when it comes to creating an ark server in docker. Is there a tutorial I can follow for this container? I've got it installed, but I have no idea how to follow this request: "to set the value vm.max_map_count to at least 256000 on the host as root with the command echo 265000 > /proc/sys/vm/max_map_count".

If I try and run the command in the Console, I get the following, "bash: /proc/sys/vm/max_map_count: Read-only file system"

Any advice is appreciated.

Thanks!

Sorry for answering a bit late.

You have to enter that for/on Unraid, not inside the container console. Or was it the console of Unraid that gave you that message?

22 hours ago, Mainfrezzer said:

Sorry for answering a bit late.

You have to enter that for/on Unraid, not inside the container console. Or was it the console of Unraid that gave you that message?

Thank you for the response! You know what they say, "better late, than never" lol

That was the issue. I found a post from like 2 years ago giving instruction on creating the script for that command and that fixed it.

Once again, thank you!

Hello again!

I'm having some issues with adding mods. I add them to the GameUserSettings.ini, save the file, start the server, and then once the server starts, it's completely removed. Is there another file that I need to edit to prevent the file from being overwritten? Does it have something to do with the script with "echo 265000 > /proc/sys/vm/max_map_count" that runs whenever the server is started?

Any help is appreciated!

Thanks!

  • Author
6 hours ago, WiffleballTony said:

Hello again!

I'm having some issues with adding mods. I add them to the GameUserSettings.ini, save the file, start the server, and then once the server starts, it's completely removed. Is there another file that I need to edit to prevent the file from being overwritten? Does it have something to do with the script with "echo 265000 > /proc/sys/vm/max_map_count" that runs whenever the server is started?

Any help is appreciated!

Thanks!

ark itself removes everything that is set wrong/invalid

https://forums.unraid.net/topic/182778-support-mainfrezzer-docker-repo/page/10/#findComment-1574198

  • 1 month later...

I'm trying to migrate over from Pterodactyl and I'm having an issue connecting to my wing.

I did have this working by using the container and HTTP mode. I had a minecraft server up and running but the console didn't work and neither didn't any of the Start/Stop actions. A search on the discord suggested that this was because I wasn't using SSL?

I did have Pterodactyl working with SSL so i assumed it would be a pretty similar setup but I'm at this stage and I'm not getting a connection:

Screenshot 2026-01-02 194847.png

For context:

  • The panel is running on 8001, the wing is running on 8002.

  • 10.10.10.2 is my Unraid server

  • 10.10.10.4 is NGINX

  • NGINX has a proxy host for http://wings.s7ewieslab.net that points to 10.10.10.2:8002 with websocket support and uses an SSL certificate generated with cloudflare.

The browser console gives me this error but I think it's a bit of a red herring as I've checked the tokens in the config and the configuration file and they match:

https://wings.s7ewieslab.net/api/system does not match node token_id !

I'm not really sure how to diagnose this from here.


Any suggestions?

  • Author
4 minutes ago, S7ewie said:

I'm trying to migrate over from Pterodactyl and I'm having an issue connecting to my wing.

I did have this working by using the container and HTTP mode. I had a minecraft server up and running but the console didn't work and neither didn't any of the Start/Stop actions. A search on the discord suggested that this was because I wasn't using SSL?

I did have Pterodactyl working with SSL so i assumed it would be a pretty similar setup but I'm at this stage and I'm not getting a connection:

Screenshot 2026-01-02 194847.png

For context:

  • The panel is running on 8001, the wing is running on 8002.

  • 10.10.10.2 is my Unraid server

  • 10.10.10.4 is NGINX

  • NGINX has a proxy host for http://wings.s7ewieslab.net that points to 10.10.10.2:8002 with websocket support and uses an SSL certificate generated with cloudflare.

The browser console gives me this error but I think it's a bit of a red herring as I've checked the tokens in the config and the configuration file and they match:

https://wings.s7ewieslab.net/api/system does not match node token_id !

I'm not really sure how to diagnose this from here.


Any suggestions?


What happens if you visit your wings domain ? I.e. what response do you get?
How is your wings unraid template looking? Given that you picked 8002, i hope you did add a new port mapping as it expects by default to be at 8080 inside the container

3 hours ago, Mainfrezzer said:


What happens if you visit your wings domain ? I.e. what response do you get?
How is your wings unraid template looking? Given that you picked 8002, i hope you did add a new port mapping as it expects by default to be at 8080 inside the container

I get a 502 if I try to access wings.s7ewieslab.net directly 🤔

Unraid template:

Screenshot 2026-01-07 203550.png

UPDATE: I got it working. I needed to point my NGINX container to the pelican_net network and NGINX to the container instead of the ip. Now it's connected and the console is working :)

Hello,

Wanted to ask here to see if anyone had seen/had a solution for this one.

When using nginx proxy manager as a reverse proxy, it seems that the web page becomes pretty malformed. Seems fine when accessing via local IP though

image.png

  • Author
16 minutes ago, EpicGamer said:

Hello,

Wanted to ask here to see if anyone had seen/had a solution for this one.

When using nginx proxy manager as a reverse proxy, it seems that the web page becomes pretty malformed. Seems fine when accessing via local IP though

image.png

set the app_url to the proper protocol://domain

image.png

  • Author

This is a big phat PSA. If you want to install plugins in the pelican panel, make a backup beforehand. Themes will most likely break your panel. The other stuff should maybe work. I only check with the generic oicd provider and the legal pages

Sorry for a bit of a late response back. Was taking a mental brain break since I was on this for 24 hours with a sleep in between so I was pretty out of it.

Wanted to put the solution here in case anyone is in a similar situation. Solution here was weird, no matter how many times I edited the template--it was holding onto old data somewhere. Ended up having to delete all the appdata and re-deploying the container entering in the correct information at the start.

Appreciate the help Mainfrezzer!

  • Author
4 hours ago, EpicGamer said:

Sorry for a bit of a late response back. Was taking a mental brain break since I was on this for 24 hours with a sleep in between so I was pretty out of it.

Wanted to put the solution here in case anyone is in a similar situation. Solution here was weird, no matter how many times I edited the template--it was holding onto old data somewhere. Ended up having to delete all the appdata and re-deploying the container entering in the correct information at the start.

Appreciate the help Mainfrezzer!

Good that you say that, i've found the issue causing that. Because the .env also contains the app_url after you setup the panel and the way i load the enviroment variables would overwrite that variable from the template. Im gonna have to think about it how im gonna handle that. But for the next time, you can edit it "here"

image.png

I have a problem getting the Ark: Survival Evolved Dedicated Server Docker to work. Every time I start it, it just gives me the message " - FPlatformMisc::RequestExit(1)" and closes the log. The server is not findable in the ARK Server Menu, no matter which category I've tried. I have put my docker log below. I have tried adding extra parameters, checking if my unraid server is overloaded (because I believe it's an Unraid problem and not an ARK problem), but nothing is the case. I'm really frustrated, I just want to play ARK with my friends on my homeserver. If someone could help me, it would be greatly appreciated!

[2026.01.22-10.42.23:840][  0]Log file open, 01/22/26 11:42:23
[2026.01.22-10.42.23:840][  0]LogMemory: Platform Memory Stats for WindowsServer
[2026.01.22-10.42.23:840][  0]LogMemory: Process Physical Memory: 161.88 MB used, 161.88 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Process Virtual Memory: 132.31 MB used, 132.31 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Physical Memory: 14452.05 MB used, 31990.17 MB total
[2026.01.22-10.42.23:840][  0]LogMemory: Virtual Memory: 161.88 MB used, 134217728.00 MB total
[2026.01.22-10.42.24:200][  0]New Save Format enabled
[2026.01.22-10.42.24:201][  0]ARK Version: 361.7
[2026.01.22-10.42.24:201][  0]PID: 32
[2026.01.22-10.43.21:783][  0]Primal Game Data Took 52.14 seconds
[2026.01.22-10.43.26:283][  0]SteamSocketsOpenSource: gethostname failed ()
[2026.01.22-10.43.26:283][  0]gethostbyname failed ()
[2026.01.22-10.43.38:369][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2026.01.22-10.43.38:372][  0]BattlEye successfully started.
[2026.01.22-10.43.55:566][  0]Server: "KIMI" has successfully started!
[2026.01.22-10.43.55:645][  0]ADayCycleManager DayCycleManager3, 
[2026.01.22-10.44.02:704][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.44.02:704][  0]Full Startup: 100.79 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.44.02:704][  0]Number of cores 8
[2026.01.22-10.44.02:803][  1]Server attempting to run new years event
[2026.01.22-10.44.02:803][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.44.04:709][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-10.44.54:266][571]Saving world...
[2026.01.22-10.44.55:023][571]World Save Complete. Took 0.757300
[2026.01.22-10.44.55:026][572] - FPlatformMisc::RequestExit(1)
[2026.01.22-10.44.55:026][572]Log file closed, 01/22/26 11:44:55
---Ensuring UID: 99 matches user---
usermod: no changes
---Ensuring GID: 100 matches user---
usermod: no changes
---Setting umask to 000---
---Checking for optional scripts---
---No optional script found, continuing---
---Taking ownership of data...---
---Starting...---
---Update SteamCMD---
Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
Logging directory: '/serverdata/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logo
Steam Console Client (c) Valve Corporation - version 1769026246
-- type 'quit' to exit --
Loading Steam API...OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Unloading Steam API...OK
---Update Server---
Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
Logging directory: '/serverdata/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logo
Steam Console Client (c) Valve Corporation - version 1769026246
-- type 'quit' to exit --
Loading Steam API...OK
"@sSteamCmdForcePlatformType" = "windows"

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '376030' already up to date.
Unloading Steam API...OK
---Checking the maximum map count per process...---
---Maximum map count per process OK...---
---Current map count per process: 265000---
---Checking if WINE workdirectory is present---
---WINE workdirectory found---
---Checking if WINE is properly installed---
---WINE properly set up---
---Prepare Server---
---Server ready---
---Start Server---
Waiting for logs...
[2026.01.22-10.44.02:704][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.44.02:704][  0]Full Startup: 100.79 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.44.02:704][  0]Number of cores 8
[2026.01.22-10.44.02:803][  1]Server attempting to run new years event
[2026.01.22-10.44.02:803][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.44.04:709][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-10.44.54:266][571]Saving world...
[2026.01.22-10.44.55:023][571]World Save Complete. Took 0.757300
[2026.01.22-10.44.55:026][572] - FPlatformMisc::RequestExit(1)
[2026.01.22-10.44.55:026][572]Log file closed, 01/22/26 11:44:55
  • Author
53 minutes ago, KimiLen said:

I have a problem getting the Ark: Survival Evolved Dedicated Server Docker to work. Every time I start it, it just gives me the message " - FPlatformMisc::RequestExit(1)" and closes the log. The server is not findable in the ARK Server Menu, no matter which category I've tried. I have put my docker log below. I have tried adding extra parameters, checking if my unraid server is overloaded (because I believe it's an Unraid problem and not an ARK problem), but nothing is the case. I'm really frustrated, I just want to play ARK with my friends on my homeserver. If someone could help me, it would be greatly appreciated!

[2026.01.22-10.42.23:840][  0]Log file open, 01/22/26 11:42:23
[2026.01.22-10.42.23:840][  0]LogMemory: Platform Memory Stats for WindowsServer
[2026.01.22-10.42.23:840][  0]LogMemory: Process Physical Memory: 161.88 MB used, 161.88 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Process Virtual Memory: 132.31 MB used, 132.31 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Physical Memory: 14452.05 MB used, 31990.17 MB total
[2026.01.22-10.42.23:840][  0]LogMemory: Virtual Memory: 161.88 MB used, 134217728.00 MB total
[2026.01.22-10.42.24:200][  0]New Save Format enabled
[2026.01.22-10.42.24:201][  0]ARK Version: 361.7
[2026.01.22-10.42.24:201][  0]PID: 32
[2026.01.22-10.43.21:783][  0]Primal Game Data Took 52.14 seconds
[2026.01.22-10.43.26:283][  0]SteamSocketsOpenSource: gethostname failed ()
[2026.01.22-10.43.26:283][  0]gethostbyname failed ()
[2026.01.22-10.43.38:369][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2026.01.22-10.43.38:372][  0]BattlEye successfully started.
[2026.01.22-10.43.55:566][  0]Server: "KIMI" has successfully started!
[2026.01.22-10.43.55:645][  0]ADayCycleManager DayCycleManager3, 
[2026.01.22-10.44.02:704][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.44.02:704][  0]Full Startup: 100.79 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.44.02:704][  0]Number of cores 8
[2026.01.22-10.44.02:803][  1]Server attempting to run new years event
[2026.01.22-10.44.02:803][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.44.04:709][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-10.44.54:266][571]Saving world...
[2026.01.22-10.44.55:023][571]World Save Complete. Took 0.757300
[2026.01.22-10.44.55:026][572] - FPlatformMisc::RequestExit(1)
[2026.01.22-10.44.55:026][572]Log file closed, 01/22/26 11:44:55
---Ensuring UID: 99 matches user---
usermod: no changes
---Ensuring GID: 100 matches user---
usermod: no changes
---Setting umask to 000---
---Checking for optional scripts---
---No optional script found, continuing---
---Taking ownership of data...---
---Starting...---
---Update SteamCMD---
Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
Logging directory: '/serverdata/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logo
Steam Console Client (c) Valve Corporation - version 1769026246
-- type 'quit' to exit --
Loading Steam API...OK

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Unloading Steam API...OK
---Update Server---
Redirecting stderr to '/serverdata/Steam/logs/stderr.txt'
Logging directory: '/serverdata/Steam/logs'
[  0%] Checking for available updates...
[----] Verifying installation...
UpdateUI: skip show logo
Steam Console Client (c) Valve Corporation - version 1769026246
-- type 'quit' to exit --
Loading Steam API...OK
"@sSteamCmdForcePlatformType" = "windows"

Connecting anonymously to Steam Public...OK
Waiting for client config...OK
Waiting for user info...OK
Success! App '376030' already up to date.
Unloading Steam API...OK
---Checking the maximum map count per process...---
---Maximum map count per process OK...---
---Current map count per process: 265000---
---Checking if WINE workdirectory is present---
---WINE workdirectory found---
---Checking if WINE is properly installed---
---WINE properly set up---
---Prepare Server---
---Server ready---
---Start Server---
Waiting for logs...
[2026.01.22-10.44.02:704][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.44.02:704][  0]Full Startup: 100.79 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.44.02:704][  0]Number of cores 8
[2026.01.22-10.44.02:803][  1]Server attempting to run new years event
[2026.01.22-10.44.02:803][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.44.04:709][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-10.44.54:266][571]Saving world...
[2026.01.22-10.44.55:023][571]World Save Complete. Took 0.757300
[2026.01.22-10.44.55:026][572] - FPlatformMisc::RequestExit(1)
[2026.01.22-10.44.55:026][572]Log file closed, 01/22/26 11:44:55



First, why did you add any docker arguments to the game parameter? Let alone privileged.

Second, the container doesnt seem to have an issue, if it crashed, you should have a .crashstack file in the log folder

It doesn't crash, it just closes. I've added the extra arguments because I was frustrated and wanted to try everything.

  • Author
2 minutes ago, KimiLen said:

It doesn't crash, it just closes. I've added the extra arguments because I was frustrated and wanted to try everything.

Could you send me your TheIsland.ark file, which is the servers savegame, via dm or here so i can have a look if it fires up here?

  • Author

mhmm, boots up fine.

But to come back to an earlier mention by you

1 hour ago, KimiLen said:

Every time I start it, it just gives me the message " - FPlatformMisc::RequestExit(1)" and closes the log.


the log youre seeing upon bootup is still an old log, because ark buffers it before it flushes it to a file.

image.png

As you can see at the timestamps.

If you want to see the current log, you have to look at the files themselves. Theyre all timestamped, apart from the current one
image.png

If you didnt close the server after 50 seconds upon first boot and there wasnt a crashstack file, i really have no clue what would have told the server to turn off.

Okay, so the most recent log is just empty, but the last one saved with a timestamp is this:

[2026.01.22-10.45.09:952][  0]Log file open, 01/22/26 11:45:09
[2026.01.22-10.45.09:952][  0]LogMemory: Platform Memory Stats for WindowsServer
[2026.01.22-10.45.09:952][  0]LogMemory: Process Physical Memory: 159.25 MB used, 159.25 MB peak
[2026.01.22-10.45.09:952][  0]LogMemory: Process Virtual Memory: 129.73 MB used, 129.73 MB peak
[2026.01.22-10.45.09:952][  0]LogMemory: Physical Memory: 14478.59 MB used, 31990.17 MB total
[2026.01.22-10.45.09:952][  0]LogMemory: Virtual Memory: 159.25 MB used, 134217728.00 MB total
[2026.01.22-10.45.10:296][  0]New Save Format enabled
[2026.01.22-10.45.10:296][  0]ARK Version: 361.7
[2026.01.22-10.45.10:296][  0]PID: 32
[2026.01.22-10.46.07:600][  0]Primal Game Data Took 51.90 seconds
[2026.01.22-10.46.12:116][  0]SteamSocketsOpenSource: gethostname failed ()
[2026.01.22-10.46.12:116][  0]gethostbyname failed ()
[2026.01.22-10.46.24:217][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2026.01.22-10.46.24:220][  0]BattlEye successfully started.
[2026.01.22-10.46.42:531][  0]Server: "KIMI" has successfully started!
[2026.01.22-10.46.42:614][  0]ADayCycleManager DayCycleManager3, 
[2026.01.22-10.46.50:134][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.46.50:134][  0]Full Startup: 102.05 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.46.50:134][  0]Number of cores 8
[2026.01.22-10.46.50:235][  1]Server attempting to run new years event
[2026.01.22-10.46.50:235][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.46.52:142][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-11.01.12:138][247]Saving world...
[2026.01.22-11.01.12:828][247]World Save Complete. Took 0.689716
[2026.01.22-11.16.12:142][603]Saving world...
[2026.01.22-11.16.12:744][603]World Save Complete. Took 0.601584
[2026.01.22-11.31.12:159][982]Saving world...
[2026.01.22-11.31.12:760][982]World Save Complete. Took 0.600893
[2026.01.22-11.46.12:172][327]Saving world...
[2026.01.22-11.46.12:773][327]World Save Complete. Took 0.601012
[2026.01.22-12.01.12:195][695]Saving world...
[2026.01.22-12.01.12:795][695]World Save Complete. Took 0.599957
[2026.01.22-12.16.12:209][ 37]Saving world...
[2026.01.22-12.16.12:809][ 37]World Save Complete. Took 0.600701
[2026.01.22-12.31.12:230][393]Saving world...
[2026.01.22-12.31.12:829][393]World Save Complete. Took 0.599837
[2026.01.22-12.32.54:958][505]Saving world...
[2026.01.22-12.32.55:645][505]World Save Complete. Took 0.687491
[2026.01.22-12.32.55:651][506] - FPlatformMisc::RequestExit(1)
[2026.01.22-12.32.55:651][506]Log file closed, 01/22/26 13:32:55

Where would I find the crashstack file if there is one? What could I do to fix the issue? Could you maybe take me step by step through the installation process of the docker, maybe I've done something wrong and I don't even know it. For example, when I installed the docker, I didn't add "true" to the "Validate Installation" line at first, which caused the same "- FPlatformMisc::RequestExit(1)" message, but after I did put "true" there, it would only then start to install the game, which took some time (as stated in the docker description). But after that, sometimes it would verify or update something after a restart, sometimes it didn't and sometimes the log of the docker would state "Waiting for logs" and nothing would happen, which I interpreted as "something isn't working" because otherwise it would state "Server has successfully started" or something like that. And even if I kept the docker running, I would never be able to see the server in the ark server list when searching the name.
Also I don't know if SteamCMD was installed newly, because I tried this same thing some months ago with this same docker, and it also didn't work. But I gave up on that try way sooner.

Edited by KimiLen

The second to last timestamped log is this one (where it just closes it instantly):

[2026.01.22-10.42.23:840][  0]Log file open, 01/22/26 11:42:23
[2026.01.22-10.42.23:840][  0]LogMemory: Platform Memory Stats for WindowsServer
[2026.01.22-10.42.23:840][  0]LogMemory: Process Physical Memory: 161.88 MB used, 161.88 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Process Virtual Memory: 132.31 MB used, 132.31 MB peak
[2026.01.22-10.42.23:840][  0]LogMemory: Physical Memory: 14452.05 MB used, 31990.17 MB total
[2026.01.22-10.42.23:840][  0]LogMemory: Virtual Memory: 161.88 MB used, 134217728.00 MB total
[2026.01.22-10.42.24:200][  0]New Save Format enabled
[2026.01.22-10.42.24:201][  0]ARK Version: 361.7
[2026.01.22-10.42.24:201][  0]PID: 32
[2026.01.22-10.43.21:783][  0]Primal Game Data Took 52.14 seconds
[2026.01.22-10.43.26:283][  0]SteamSocketsOpenSource: gethostname failed ()
[2026.01.22-10.43.26:283][  0]gethostbyname failed ()
[2026.01.22-10.43.38:369][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2026.01.22-10.43.38:372][  0]BattlEye successfully started.
[2026.01.22-10.43.55:566][  0]Server: "KIMI" has successfully started!
[2026.01.22-10.43.55:645][  0]ADayCycleManager DayCycleManager3, 
[2026.01.22-10.44.02:704][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.44.02:704][  0]Full Startup: 100.79 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.44.02:704][  0]Number of cores 8
[2026.01.22-10.44.02:803][  1]Server attempting to run new years event
[2026.01.22-10.44.02:803][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.44.04:709][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-10.44.54:266][571]Saving world...
[2026.01.22-10.44.55:023][571]World Save Complete. Took 0.757300
[2026.01.22-10.44.55:026][572] - FPlatformMisc::RequestExit(1)
[2026.01.22-10.44.55:026][572]Log file closed, 01/22/26 11:44:55

Edited by KimiLen

  • Author
4 minutes ago, KimiLen said:

Okay, so the most recent log is just empty, but the last one saved with a timestamp is this:

[2026.01.22-10.45.09:952][  0]Log file open, 01/22/26 11:45:09
[2026.01.22-10.45.09:952][  0]LogMemory: Platform Memory Stats for WindowsServer
[2026.01.22-10.45.09:952][  0]LogMemory: Process Physical Memory: 159.25 MB used, 159.25 MB peak
[2026.01.22-10.45.09:952][  0]LogMemory: Process Virtual Memory: 129.73 MB used, 129.73 MB peak
[2026.01.22-10.45.09:952][  0]LogMemory: Physical Memory: 14478.59 MB used, 31990.17 MB total
[2026.01.22-10.45.09:952][  0]LogMemory: Virtual Memory: 159.25 MB used, 134217728.00 MB total
[2026.01.22-10.45.10:296][  0]New Save Format enabled
[2026.01.22-10.45.10:296][  0]ARK Version: 361.7
[2026.01.22-10.45.10:296][  0]PID: 32
[2026.01.22-10.46.07:600][  0]Primal Game Data Took 51.90 seconds
[2026.01.22-10.46.12:116][  0]SteamSocketsOpenSource: gethostname failed ()
[2026.01.22-10.46.12:116][  0]gethostbyname failed ()
[2026.01.22-10.46.24:217][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2026.01.22-10.46.24:220][  0]BattlEye successfully started.
[2026.01.22-10.46.42:531][  0]Server: "KIMI" has successfully started!
[2026.01.22-10.46.42:614][  0]ADayCycleManager DayCycleManager3, 
[2026.01.22-10.46.50:134][  0]Commandline: TheIsland?listen?SessionName=KIMI?ServerPassword=Docker?ServerAdminPassword=adminDocker?Port=7777?QueryPort=27015?MaxPlayers=50?RCONEnabled=True?RCONPort=27020 -server -log --init --stop-timeout=7200s --stop-grace-period=7200s --no-healthcheck --privileged
[2026.01.22-10.46.50:134][  0]Full Startup: 102.05 seconds (BP compile: 0.00 seconds)
[2026.01.22-10.46.50:134][  0]Number of cores 8
[2026.01.22-10.46.50:235][  1]Server attempting to run new years event
[2026.01.22-10.46.50:235][  1]Sever Is not set to official or running NewYearEvent argument
[2026.01.22-10.46.52:142][ 59]Set New Years event location: -86711.156 - -171866.203 - 430.878
[2026.01.22-11.01.12:138][247]Saving world...
[2026.01.22-11.01.12:828][247]World Save Complete. Took 0.689716
[2026.01.22-11.16.12:142][603]Saving world...
[2026.01.22-11.16.12:744][603]World Save Complete. Took 0.601584
[2026.01.22-11.31.12:159][982]Saving world...
[2026.01.22-11.31.12:760][982]World Save Complete. Took 0.600893
[2026.01.22-11.46.12:172][327]Saving world...
[2026.01.22-11.46.12:773][327]World Save Complete. Took 0.601012
[2026.01.22-12.01.12:195][695]Saving world...
[2026.01.22-12.01.12:795][695]World Save Complete. Took 0.599957
[2026.01.22-12.16.12:209][ 37]Saving world...
[2026.01.22-12.16.12:809][ 37]World Save Complete. Took 0.600701
[2026.01.22-12.31.12:230][393]Saving world...
[2026.01.22-12.31.12:829][393]World Save Complete. Took 0.599837
[2026.01.22-12.32.54:958][505]Saving world...
[2026.01.22-12.32.55:645][505]World Save Complete. Took 0.687491
[2026.01.22-12.32.55:651][506] - FPlatformMisc::RequestExit(1)
[2026.01.22-12.32.55:651][506]Log file closed, 01/22/26 13:32:55

Where would I find the crashstack file if there is one? What could I do to fix the issue? Could you maybe take me step by step through the installation process of the docker, maybe I've done something wrong and I don't even know it. For example, installed the docker, I didn't add "true" to the "Validate Installation" line at first, which caused the same "- FPlatformMisc::RequestExit(1)" message, but after I did put "true" there, it would only then start to install the game, which took some time (as stated in the docker description). But after that, sometimes it would verify or update something after a restart, sometimes it didn't and sometimes the log of the docker would state "Waiting for logs" and nothing would happen, which I interpreted as "something isn't working" because otherwise it would state "Server has successfully started" or something like that. And even if I kept the docker running, I would never be able to see the server in the ark server list when searching the name.

The log shows that the server has been running for over 1 hour and 45 minutes at that point. You should see it in the LAN section ingame, usually. The online list is, not the best, to put it in the most neutral way.

If you wanna make it externally available, you need to setup port forwarding for 7777/udp, 7778/udp, 27015/udp


But to "quickly" find them, its easier to use the steam server browser and add them with ServerIP:27015 in that case

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.