2 critical, 4 warnings, 2 observations found. Every finding below comes from what was actually in the pasted files. Treat the fixes as suggestions: they cover the common causes, and this case may need more digging.
ARK: Survival AscendedMap: TheIsland2 mods
Effective rates
100% imprint is not reachable: the cuddle interval is too high for this maturation speed.
No backups. The world exists once, and only just.
Take a backup now, then schedule them daily and keep copies off the machine. Backups are the only undo button a server has.
Automated daily backups →Why this happens: Taking a manual backup →ServerAdminPassword is blank. RCON is enabled as well. The cheat menu is effectively public.
Set ServerAdminPassword in the [ServerSettings] block of GameUserSettings.ini to a long, unique value. RCON is enabled as well. Without it, anyone who guesses the port can run admin and cheat commands, and RCON has nothing to authenticate against.
ServerAdminPassword=<a long unique value>GameUserSettings.iniNo auto-restart. Every crash waits patiently for a human.
Run the server under a wrapper or service that restarts it on exit (systemd, a start script loop, or a panel that does it for you). A crash should be a blip, not a night offline.
Auto-restart on crash →Singleplayer settings switched on. ARK is quietly rewriting your multipliers.
bUseSingleplayerSettings=True layers ARK's singleplayer balance on top of your own multipliers, so harvest, taming and XP end up different from what GameUserSettings.ini says. Set it to False on a dedicated server and tune the rates directly.
bUseSingleplayerSettings=FalseGame.iniSaving every 5 minutes. That hitch players feel is this.
A world save on a populated ARK map freezes the tick for a moment. At AutoSavePeriodMinutes=5 that happens constantly. Raise it to 15 or higher, or trim the map, so saves are less frequent and less noticeable.
AutoSavePeriodMinutes=15GameUserSettings.iniFast growth (10x) but the cuddle interval is the default 1.0. Babies grow up before the imprints land.
At BabyMatureSpeedMultiplier=10, babies mature far quicker, but the cuddle interval is the default 1.0, so there is not enough time for the cuddles that 100% imprint needs. Set BabyCuddleIntervalMultiplier to about 0.1 so the two scale together.
BabyCuddleIntervalMultiplier=0.1Game.iniDifficultyOffset set, but no OverrideOfficialDifficulty. Your wild dinos are capped low.
DifficultyOffset on its own leaves wild creatures capped well below the max. For level 150 wild dinos set OverrideOfficialDifficulty=5.0 in [ServerSettings]; it takes over from DifficultyOffset entirely.
OverrideOfficialDifficulty=5.0GameUserSettings.iniDinoCountMultiplier at 3. The wild population, and the tick cost, just scaled with it.
DinoCountMultiplier=3 multiplies wild creature spawns, and every one is simulated. On a busy server that shows up as lower FPS and higher RAM. Keep it near 1.0 unless the box has headroom to spare.
DinoCountMultiplier=1.0GameUserSettings.iniProblem lines are highlighted.
As received, after redaction.
As received, after redaction.
As received, after redaction.
Need more help or want to discuss your issue further? Join our Discord and bring the link to this page.
Join our DiscordRun a community? Add the Roastd bot and anyone can roast a crash log in your support channel.
Add the Roastd botGot a server of your own that deserves a second opinion?
Roast your own serverRoastd is a free tool built by Hostd. This diagnosis stays put. The log it was read from is deleted on a timer.