#PZ Mod Manager (Web)

1 messages · Page 1 of 1 (latest)

solid flint
#

Hello there, i developed a web panel that helps Dedicated Server owner's keep track of their mods, easily & safely delete them, add them, check for dependencies and more. It supports maps mods, and it's currently in Italian, English and French. (looking for someone that wants to contribute with translations).

@slim wasp kindly helped me with the logic behind what can be useful and some structure informations about the game (that i started modding yesterday and started playing 3 days ago 🤣)

https://pz.ziomark.xyz/

Feel free to test it, report bugs or improvements ❤️

PZ Mod Manager

A community-made tool for the community. We created this tool to help Project Zomboid dedicated server developers and owners easily load mods and manage an organized mod list

#

PZ Mod Manager (Web)

granite vortex
#

It's peak I'm afraid

solid flint
lost mango
#

This is BRILLIANT. I have a series of python scripts I use to get to the same sort of results when I make an HTML page to show all of our mods. You put in an array of workshop IDs, then it crawls the steam page for each workshop ID and gets mod IDs, descriptions, tags, et cetera. But it's brittle and there are a lot of things that can go wrong so after you crawl it the first time you have to manually check a whole other output section where the program said "I couldn't resolve these" and manually build them.
This skips that whole build step plus does the crawling and checks for dependencies. if it finds them it prompts you to put them in, allows you to reorder mods, allows save and export of a built config so you can pass it to someone else to work on....

This is "can I buy you a beer" useful. It makes it easier to share your work with others on your server team in an easy to replicate fashion. Well done.

solid flint
#

Wrench Changelog 1.0.1

Improvements

  • Added Mod Name next to the Mod ID to improve readability and make mod consultation easier (requested)
  • Introduced Fullscreen Mode in the Mod List section for better visibility and easier list management
  • Added a Guide section to help new users understand how to manually retrieve a Mod ID, Workshop ID, and Map Folder (video tutorial)

🚀 New Feature

  • Added Automatic Detection for Workshop ID, Mod ID and Map Folder in the Add Mod section

    • This feature significantly speeds up the process of adding mods
    • It Detects multiple mod id's and multiple map folders
    • In some cases, it may not work if creators modify the default wording
    • Fortunately, around 90% of mods use the standard format, allowing the tool to correctly detect and automatically populate both IDs
  • It doesn't add Mod ID for the dependencies, still have to rework the backend to allow this

https://streamable.com/i17i6w

Watch "PZ Mod Manager - Automatic Fetch Feature" on Streamable.

▶ Play video
solid flint
#

Version 1.5.0 – January 2026

New Features

Multiple Workshop Import

  • Multi-ID Support: Enter multiple Workshop IDs separated by semicolons (;)
  • Automatic Fetch: The system automatically retrieves all data for each mod
  • Smart Extraction: Automatically detects Mod ID and Map Folder from descriptions
  • Bulk Add: All mods are added to the list at once

Mod Order Management

  • Persistent Ordering: Mod order is now saved correctly
  • Improved Drag & Drop: Reorder mods by dragging; the order persists after refresh
  • Mod ID Reordering: Ability to reorder multiple Mod IDs inside the edit modal
  • Up/Down Controls: Easily move Mod IDs up or down in the list
#

Version 2.0 - January 2026

Major Features

Discord Authentication System

  • Discord Login: Secure and fast access using your Discord account
  • Cloud Synchronization: Never lose your configurations again, even when switching browsers or devices

New Landing Page

  • Modern Design: Fully redesigned homepage
  • Responsive Layout: Optimized experience for mobile, tablet, and desktop
  • Dark Mode: Full dark theme support

Interface Improvements

  • Data Protection: Mods can no longer be added without authentication (prevents data loss)
  • Dedicated Dashboard: Private area to manage your mods after login
  • Smooth Animations: Improved transitions and animations across the application
solid flint
#

New Update - February 2026

  • Improved Supabase Storage for your Exports (Cloud)
  • Improved Supabase Discord o Auth
  • Improved Supabase Database for Faster loading and saving