Skip to content

Palworld Server Manager v1.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 00:08

Palworld Server Manager v1.4.0

This release introduces server auto-restart on crashes, running the server as administrator, player direct messaging (broadcasts), system resource polling optimizations, and Steam Workshop/local ZIP logic mods registration overrides.

🚀 New Features & Improvements

  • Auto-Restart on Crash: Automatically recovers the dedicated server process if it crashes or stops unexpectedly.
  • Run Server as Administrator: Added backend & UI support to spawn the PalServer process elevated on Windows via PowerShell (Start-Process -Verb RunAs).
  • Player Direct Messages: Allows administrators to broadcast targeted alert warnings to individual players on the server using RCON.
  • Workshop & URL Logic Mods Support: Dynamically overrides and updates the InstallRule in Info.json when installing logic/script mods (forcing registration under LogicMods rather than Paks) for Steam Workshop subscriptions, URL downloads, and local file imports.
  • Warning Modal Local Import Integration: Added an "Import Downloaded File" action directly inside the Steam Workshop warning modal for easier manual installations.
  • Performance Optimizations: Refactored system analyzer and crash monitoring loops to query process statistics only for the target PID via sysinfo::ProcessesToUpdate::Some(&[Pid]), reducing app CPU usage to 0%.

Developed by Sanjay.

Full Changelog: v1.3.0...v1.4.0