This guide will walk you through creating your first modpack and exporting a server configuration file for Project Zomboid.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Greens-Organization/pz-packs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure you have:- A Discord account (for authentication)
- A Project Zomboid dedicated server (or planning to set one up)
- Access to Steam Workshop for Project Zomboid mods
Getting started
Create your account
Navigate to PZ Packs and sign in with Discord.
- Click Sign in with Discord on the homepage
- Authorize PZ Packs to access your Discord profile
- You’ll be redirected back to PZ Packs, now authenticated
PZ Packs uses Discord OAuth for authentication. Your Discord email and profile information are used to create your account.
Create your first modpack
Once authenticated, create a modpack to organize your server mods.
- Click Create Modpack from your dashboard
- Fill in the modpack details:
- Name: Give your modpack a descriptive name
- Description: Explain what your modpack is for
- Avatar URL (optional): Add an image for your modpack
- Steam URL (optional): Link to a related Steam collection
- Set visibility:
- Public: Anyone can view and use your modpack
- Private: Only you and invited members can access it
- Click Create
Add mods to your modpack
Add Project Zomboid mods to your modpack. You have three options:
- Import from Steam
- Search and add
- Add by Workshop ID
The fastest way to add multiple mods at once.
- Find or create a Steam Workshop Collection with your desired mods
- Copy the collection URL (e.g.,
https://steamcommunity.com/sharedfiles/filedetails/?id=123456789) - In your modpack, click Import from Steam
- Paste the collection URL
- Click Import
Configure mod order
Mod load order can be important for compatibility.
- On your modpack page, view the list of mods
- Drag and drop mods to reorder them
- Place core/framework mods first, content mods later
- Save the order
The mod order determines the load order in Project Zomboid. Some mods require specific ordering to work correctly.
Configure export settings
Before exporting, configure your server version and mod settings.
- Click Export Configuration on your modpack page
- Select your Project Zomboid version:
- Build 41.x: Uses
ModID=Workshop_IDformat - Build 42.x: Uses
WorkshopIDformat
- Build 41.x: Uses
- For mods with multiple Steam Mod IDs, select which ones to include
- Click Save Configuration
Some mods have multiple Steam Mod IDs for different components (e.g., separate map and mod IDs). You can choose which ones to include in your export.
Export server configuration
Generate your server configuration file.
- Click Request Server File
- Choose your version (41.x or 42.x)
- Click Generate
- Once complete, click Download to get your configuration file
modpack_name_41x.txt or modpack_name_42x.txt.Install on your server
Use the exported configuration file on your Project Zomboid dedicated server.
- Windows Server
- Linux Server
- Navigate to your server directory (e.g.,
C:\Users\YourUser\Zomboid\Server\) - Open the server config file (e.g.,
servertest.ini) - Find the
Mods=andWorkshopItems=lines - Replace them with the content from your downloaded file
- If there’s a
Map=line in the export, update that too - Save the file
- Restart your server
What’s next?
Now that you have your first modpack set up, explore these features:Team Collaboration
Invite team members to help manage your modpack
Server Configuration
Learn more about export options and configurations
Importing from Steam
Deep dive into Steam Workshop import features
API Reference
Automate modpack management with the API
Troubleshooting
Mods not loading on server
Mods not loading on server
If your mods aren’t loading after updating the server config:
- Verify the server has internet access to download from Steam Workshop
- Check the server logs for mod loading errors
- Ensure the Workshop IDs are correct in your config
- Make sure you restarted the server after updating the config
- For Build 42.x servers, use the 42.x export format (not 41.x)
Import from Steam failing
Import from Steam failing
If Steam Collection import fails:
- Verify the collection URL is correct and public
- Check if the collection contains Project Zomboid mods (not other games)
- Wait a few moments and check the import status again
- Some collections with many mods (50+) may take longer to import
Can't find a specific mod
Can't find a specific mod
If you can’t find a mod in the PZ Packs catalog:
- Try adding it by Workshop ID directly
- The mod may be too new - PZ Packs updates its catalog regularly
- Verify the mod exists on Steam Workshop and is for Project Zomboid
Need help?
- Join our Discord community for support
- Check the detailed guides for more information
- Report issues on GitHub