Documentation

Everything you need to install, run, and get the most out of YouGoBoom's Server Manager.

🎉 Free Beta: everything tagged Tier 1 and Tier 2 below is included in the current free download. Tier 3 and Tier 4 are on the roadmap, not available yet — see what's next.

What each tier unlocks

Tier 1 Manager — free during Beta
Tier 2 +Killfeed Bot — free during Beta
Tier 3 +Killfeed Bot Full — planned
Tier 4 Platinum — planned

Every section below is tagged with the badge for the tier it belongs to — Tier 1 and Tier 2 are live and free right now; Tier 3 and Tier 4 describe planned functionality that isn't downloadable yet.

1. What happens right after install Tier 1

The installer already did the heavy lifting for you:

Done automatically by the installerStill needs you
✅ Python 3.11 installedSteam login (once) — see below
✅ SteamCMD downloadedSteam Guard code, if your account uses it
✅ Manager files copiedDiscord bot setup (optional, later)
✅ Desktop + Start Menu shortcuts createdNitrado setup (optional, only if you use Nitrado)
The desktop shortcut is what actually starts the manager. The installer's progress bar only covers copying files and installing Python/SteamCMD. Once you click Finish, use the "YouGoBoom's Server Manager" icon on your Desktop (or Start Menu) to launch the web interface — this happens automatically if you leave "Launch now" checked on the last installer screen.

2. First launch walkthrough Tier 1

The first time you launch, a console window opens and does a few things in order. This is normal — don't close it.

Steam login

If you filled in your Steam username/password during install (or later in steam_credentials.json), the console logs into Steam here. If your account has Steam Guard, it pauses and asks for a code — type it into that black window and press Enter.

DayZ server files download

The very first time, this downloads the full DayZ dedicated server (several GB) — can take a while depending on your connection.

Backend starts

A second window shows live manager logs, and your browser opens automatically to http://localhost:8000.

TipEvery time after the first, this is much faster — Steam login only checks for updates, it doesn't redownload everything.

3. The dashboard Tier 1

Your home base. From here you can see all your local and Nitrado instances with live status, create a new local instance or connect a Nitrado server, switch the interface language, and jump into any instance's detail page.

4. Creating your first instance Tier 1

On the dashboard, click "+ New instance".

Give it a name and pick a port (2302 is the DayZ default).

Open the instance page to edit serverDZ.cfg, add mods, and hit Start.

PC vs console (PlayStation/Xbox)For console servers hosted on Nitrado, use "Connect Nitrado instance" instead of "New instance" — see the Nitrado section.
Instance limitTiers 1–3 allow up to 5 parallel instances (self-hosted or Nitrado, combined). Need more? See Platinum.

5. Managing mods Tier 1

From an instance's page, the Mods section lets you add Steam Workshop mods by ID or URL. The manager downloads them via SteamCMD and keeps them in sync automatically, including on server restart.

One Steam session at a timeAvoid triggering a mod update and a fresh DayZ base download at the same moment — Steam only allows one active login per account.

6. Discord integration Tier 2

Go to Discord Integration from the dashboard to set this up (one-time):

Create a Discord Application + Bot at discord.com/developers/applications, copy the bot token.

Invite the bot with both the bot and applications.commands scopes checked — without the second one, slash commands won't register.

Paste the bot token + guild ID, list admin role IDs, hit Save & Test.

Pick which channels to create per instance and click Update Channels.

ChannelWhat it showsPlan
#killfeedEvery kill, liveTier 2
#leaderboardAuto-updating top playersTier 2
#online-playersWho's online right nowTier 2
#heatmap-pvp-hitsA live map of where fights happenTier 2
Free during BetaAll the channels and slash commands below are enabled for everyone running this build — no payment or account linking needed right now. That will change once paid tiers launch.

7. Live radar Tier 3

Shows real-time player positions on the map from the instance page, instead of only the after-the-fact PvP heatmap. Useful for keeping an eye on hotspots while admining live.

8. Economy, casino & shop Tier 3

Players earn coins from kills and a daily bonus, usable in a casino and an item shop, through Discord slash commands.

CommandWhat it doesChannel
/linkLink your Discord account to your DayZ name#economy
/balanceCheck pocket + bank coins#economy
/dailyClaim your daily bonus#economy
/deposit / /withdrawMove coins between pocket and bank#economy
/stealTry to steal from someone's pocket#economy
/coinflip, /slots, /roulette, /blackjackCasino games#casino
/shop, /buyBrowse and buy item packages#shop
The shop needs setup firstUpload a package (a JSON export from the DayZ Editor) from the instance's Shop admin page before /shop shows anything. Items appear at the server's next restart.

9. Admin commands (RCon) Tier 3

Control your server remotely from Discord.

Create BEServer_x64.cfg inside profiles\BattlEye\:

RConPassword your_password_here
RestrictRCon 0
RConPort 2306

Restart the server once after creating this file.

On the instance page, fill in the RCon host/port/password and click Test connection.

CommandWhat it does
/admin-playersList who's online
/admin-sayBroadcast a message
/admin-kickKick a player
/admin-ban / /admin-bans / /admin-unbanBan management
/admin-restartWarn players, then restart
Admin-onlyThese only work for Discord users with one of the configured "Admin Role IDs", inside the private #admin-console channel.

10. New player greeting Tier 3

First-time joiners automatically get a welcome message with the essentials (Discord invite, basic rules, how to link their account) — no manual onboarding needed from admins.

11. Nitrado support (including console) Tier 1

From the dashboard, click "Connect Nitrado instance" and paste your Nitrado API token. The manager auto-detects the mission and profiles paths — if it can't, browse and set them manually. Killfeed, Leaderboard, mods diff, and backups work the same as local instances.

12. Backups Tier 1

Click "Create backup now" to save a snapshot of profiles/ and serverDZ.cfg. Restore any previous backup with one click.

13. Platinum plan Tier 4

Not available yetPlatinum is planned, not on sale during the free Beta. This section describes how it's expected to work once it launches.

Platinum is planned as a one-time $79 payment instead of a subscription, for one server owner:

IncludedDetail
Everything in Tier 3Killfeed Bot Full feature set, fully unlocked
Unlimited instancesNo 5-instance cap — self-hosted or Nitrado
1 year of updatesManager updates included for 12 months from purchase
Extended supportAfter year 1, renew updates for another year for $21 one-time
What happens if you don't renew?Your installed version keeps working — you just stop receiving new Manager updates until you renew extended support.

14. Troubleshooting Tier 1

The console window closed and nothing opened — look for an error message before it closed, most commonly a Python/dependency issue. Run the desktop shortcut again; it re-checks everything each time.

SteamCMD asks for a Steam Guard code every time — double-check steam_credentials.json at the root of the install folder.

Discord slash commands don't show up — re-invite the bot with both bot and applications.commands scopes checked.

RCon "connection refused" or "timed out" — confirm BEServer_x64.cfg exists (exact filename, no hidden .txt), the port matches, and the server was restarted after creating/editing that file.

My plan features aren't unlocking — not applicable during the free Beta; everything in this download is unlocked already. This will matter once paid tiers launch.

Still stuck? Ask on Discord — that's where this thing gets built and fixed, in public.