Skip to content

Releases: Wad3M/MystTiq-Palworld-Server-Manager

MystTiq Palworld Server Manager v0.2.16.4

Choose a tag to compare

@Wad3M Wad3M released this 10 Aug 15:25

MystTiq Palworld Server Manager v0.2.16.4

SteamCMD Distribution Abstraction & Final Windows Platform Audit

New platform boundary

IServerDistributionPlatformService now owns the OS-specific parts of SteamCMD distribution:

  • package URI
  • SteamCMD executable naming
  • archive extraction
  • self-update command arguments
  • Palworld server install/update arguments
  • SteamCMD process-start configuration
  • default Steam library PalServer recovery path

The Windows implementation remains behavior-compatible with the existing validated workflow.

Consumers migrated

  • InstallerService
  • SteamServerUpdateService
  • ServerService
  • ApplicationServiceComposition
  • ApplicationPathService executable-name discovery
  • server diagnostics/process-name checks

Linux preparation

No Linux runtime is introduced here. v0.2.16.4 completes the major backend platform seams needed before v0.3:

  • path profile
  • process/session inspection
  • server platform operations
  • distribution/install/update policy

The desktop UI is still WPF/Windows. Native Linux UI/host strategy belongs to v0.3+.

Documentation closeout

After successful build/runtime validation, the repository documentation was normalized:

  • root README now describes current behavior rather than repeating historical implementation notes
  • old architecture/feature notes moved to docs/history/
  • current platform-completion audit moved to docs/architecture/
  • pre-publication process notes moved to docs/release/
  • historical release-checklist acceptance sections archived under docs/history/
  • active RELEASE_CHECKLIST.md now contains only the current release workflow and v0.2.16.4 acceptance gates
  • GitHub Pages version/platform wording synchronized
  • stale root delete-instruction file removed

No application source or runtime behavior changed during this documentation closeout.

MystTiq Palworld Server Manager v0.2.15.17

Choose a tag to compare

@Wad3M Wad3M released this 09 Aug 22:32

MystTiq Palworld Server Manager v0.2.15.17

v0.2.15.17 is a major stabilization, architecture, MOD-management, and dashboard telemetry release for MystTiq Palworld Server Manager.

This release represents the culmination of the v0.2.15 development series and establishes a stable foundation for the upcoming v0.2.16 platform work.

✨ Highlights

🌎 Live World Telemetry & World Pulse

The Dashboard now provides additional live server information through the new WORLD PULSE system:

  • Palworld world day and time from saved-world data
  • Current PalServer session uptime
  • Current online players
  • Peak players for the current session
  • Session join and leave counts
  • Unique players seen during the session
  • World save freshness
  • Latest backup age
  • Last observed player activity
  • World-day transition activity

World time is derived from Palworld's saved-world data rather than estimated from server uptime. When authoritative world-time evidence is unavailable, MystTiq reports it as unavailable instead of guessing.

🧩 Major MOD Runtime Detection Improvements

The v0.2.15 series significantly improves how MystTiq discovers, verifies, and reports UE4SS MODs.

  • Improved UE4SS runtime discovery
  • Active UE4SS MOD-root detection
  • Runtime Evidence Engine
  • Native DLL/module detection
  • Session-aware runtime evidence
  • Improved MOD alias/signature matching
  • Better synchronization between runtime evidence and the MOD Library
  • Improved distinction between:
    • Healthy
    • Active / Unverified
    • Disabled
    • Failed / Error

Native UE4SS MODs can now receive strong positive runtime evidence when their DLL is confirmed as loaded inside the PalServer process.

❤️ Improved Overall Health Logic

Overall Health has been reworked to distinguish genuine failures from informational or uncertain MOD states.

  • Disabled MODs are treated as neutral
  • Active / Unverified MODs are treated as neutral
  • Runtime uncertainty alone does not make the server unhealthy
  • Only confirmed failures/errors negatively affect MOD health
  • MOD health reporting is now better aligned with actual operational server health

This prevents a healthy server from incorrectly appearing degraded simply because a MOD is disabled or cannot provide definitive runtime evidence.

🏗️ Architecture & Modularization

A large amount of internal architecture work was completed throughout the v0.2.15 series.

Improvements include:

  • Server lifecycle modularization
  • Process/session inspection separation
  • Centralized application service composition
  • Runtime evidence services
  • Platform-service abstractions
  • Improved executable and process handling boundaries
  • Reduced coupling between the UI and backend services
  • Preparation for future cross-platform support

These changes preserve existing Windows behavior while making future platform work significantly safer.

🖥️ Dashboard Improvements

The Dashboard now provides a more useful operational view of the server.

In addition to existing CPU, RAM, player, server-state, and health information, v0.2.15.17 introduces:

  • WORLD PULSE
  • True PalServer session uptime
  • World day/time
  • Session player statistics
  • Save freshness
  • Backup freshness
  • Recent player activity

The existing Dashboard uptime indicator now reflects the PalServer session, rather than simply how long MystTiq itself has been open.

🔧 Build & Release Improvements

The release workflow continues to provide:

  • Release validation
  • Automated Windows x64 builds
  • Self-contained portable packages
  • Windows installer generation
  • SHA-256 checksum generation
  • Release asset verification
  • Regression/logic test harnesses
  • Version consistency validation
  • Synchronized release documentation

The final v0.2.15.17 release build completes with:

0 validation errors
0 validation warnings

Both the portable package and Windows installer are successfully generated and checksum verified.

🛡️ Stability & Regression Work

The v0.2.15 series includes numerous fixes and refinements covering:

  • MOD runtime status synchronization
  • UE4SS runtime detection
  • Native MOD verification
  • MOD health calculations
  • Overall Health calculations
  • Server lifecycle handling
  • Process inspection
  • Application composition
  • Dashboard state synchronization
  • Build/release validation
  • Documentation consistency

A major goal throughout this series was ensuring that new architecture work did not change already validated server-management behavior.

📦 Release Assets

This release includes:

  • Windows x64 Portable Package
  • Windows x64 Installer
  • SHA-256 Checksums

The application remains focused on Windows for the current release.

🐧 What's Next?

Development will continue with the v0.2.16 series — Platform Completion & Windows Stabilization.

The next phase will focus on completing the remaining platform abstractions, including:

  • Runtime path abstraction
  • Server executable/path resolution
  • SteamCMD abstraction
  • Installation/update platform services
  • Remaining Windows-specific lifecycle assumptions
  • Additional architecture and regression testing

The goal is to finish the platform-neutral backend foundation before beginning the larger:

v0.3.0 — Linux Foundation

Linux support will be introduced carefully without sacrificing the existing validated Windows experience.


Thank you to everyone testing MystTiq, reporting issues, and providing feedback.

If you encounter a bug or have a feature request, please open an issue on GitHub.

MystTiq Palworld Server Manager v0.2.14

Choose a tag to compare

@Wad3M Wad3M released this 07 Aug 01:25

🎉 MystTiq Palworld Server Manager v0.2.14

Welcome to the first public release of MystTiq Palworld Server Manager!

MystTiq is a free and open-source Windows application built to simplify hosting and managing Palworld Dedicated Servers. Whether you're hosting a private world for family and friends or running a larger community server, MystTiq brings powerful server administration tools together in one modern Windows application.


✨ Highlights

🖥️ Modern Dashboard

  • Live server status monitoring
  • CPU & Memory resource history
  • Real-time activity feed
  • One-click Start / Stop / Restart
  • Server health monitoring

💾 Backup & Recovery

  • One-click backup creation
  • Backup verification
  • Backup history
  • Restore management

🌍 World Management

  • World Explorer
  • Player inspection
  • Guild inspection
  • Base inspection
  • World validation tools

🧩 Mod Platform

  • Steam Workshop integration
  • UE4SS runtime support
  • Installed mod management
  • Runtime validation

🔧 Server Administration

  • Configuration editor
  • Server update management
  • Validation & repair utilities
  • Portable Windows application
  • Modern dark-themed interface

🚀 Why MystTiq?

Managing a Palworld Dedicated Server shouldn't require editing configuration files, memorizing command-line tools, or constantly switching between multiple utilities.

MystTiq provides a clean, intuitive interface that allows server owners to monitor, maintain, back up, validate, and manage their servers with ease.

Whether you're a first-time server owner or an experienced administrator, MystTiq helps make server management faster, safer, and more enjoyable.


📦 Included in this Release

✅ Portable Windows Release

✅ Modern GitHub Documentation

✅ Updated README

✅ Project Website (GitHub Pages)

✅ Complete Source Code

✅ MIT Open Source License


📖 Documentation

Repository:

https://github.com/Wad3M/MystTiq-Palworld-Server-Manager

Documentation:

https://wad3m.github.io/MystTiq-Palworld-Server-Manager/


❤️ Open Source

MystTiq is completely free and released under the MIT License.

Contributions, feature requests, bug reports, documentation improvements, and community feedback are always welcome.

If MystTiq has been helpful, please consider ⭐ starring the repository. It helps other server owners discover the project and supports future development.


🔮 What's Next?

Development is already underway for v0.2.15.

Planned improvements include:

  • Additional World Explorer features
  • More validation & repair tools
  • User interface refinements
  • Documentation improvements
  • Performance optimizations
  • Continued bug fixes and quality-of-life improvements

Community feedback will help shape future releases.


🙏 Thank You

Thank you to everyone who has tested, provided feedback, and supported the development of MystTiq.

This is only the beginning, and I look forward to continuing to improve MystTiq with the help of the community.


"Whatever you do, work at it with all your heart, as working for the Lord, not for human masters."
Colossians 3:23

Full Changelog: https://github.com/Wad3M/MystTiq-Palworld-Server-Manager/commits/v0.2.14