Installing the mods, whitelisting your server, and the handful of things that usually go wrong.
Authorise your server once and it keeps working.
HackedCrate and DDTB Static Mining Rig check a whitelist when your server boots and will not start without it. The Crypto Mining Rig and Vanilla Sleeping Bags don't check anything yet — if one of those isn't working, the whitelist isn't your problem, so skip to Troubleshooting.
Up to 3 servers per mod. Moving host? Remove the old address and add the new one.
Once your role is set you'll see that mod's download channel in Discord. The steps are the same for all of them; the table below has the per-mod details.
-mod= line. Where a mod is two folders, the data
folder must come before the scripts folder..bikey to copy — you sign them yourself. Either way you keep
verifySignatures = 2:
DSCreateKey from DayZ Tools, sign each .pbo with
DSSignFile, and put your .bikey in the server's
keys/ folder.verifySignatures to 0. That switches off
signature checking for your whole server, not just for our mods — any client can
then join with any modified PBO, which is exactly how cheats get in.Read off the mod sources, not from memory. Config paths are relative
to your server's profiles folder.
| Mod | Folders to copy | Needs CF | Whitelist | Config written on first boot |
|---|---|---|---|---|
| HackedCrate | @HackedCrate then @HackedCrate_Scripts_Priv | Yes | Yes | HackedCrate\CrateConfig.json |
| Crypto Mining Rig | @DDTB_MiningRig then @DDTB_MiningRig_Scripts | No | No | DDTB_MININGRIG\Config\ |
| Vanilla Sleeping Bags | @VanillaSleepingbags | Yes | No | VanillaSleepingbags\ |
| DDTB Static Mining Rig | @DDTB_StaticRig | No | Yes | DDTB_STATICRIG\Config\ |
HackedCrate: DayZ Expansion and LBmaster Groups are detected when the mod is built. Neither is required, and nothing breaks if you don't run them.
Nothing here needs a types.xml edit. Each mod creates its
own items directly. Static Rig's coin can optionally be added as
DDTB_StaticRig_BTC if you want it tracked by central economy, but the rig
doesn't need it.
Don't hand-edit QueueDoNotEdit.json — it holds
HackedCrate's shuffled spawn queue between restarts, and editing it breaks roaming
spawns.
The version you're running now keeps working. Nothing expires and nothing will stop booting because a newer build exists. Update when it suits you.
The latest builds check a new whitelist, one per mod, which you manage yourself at ddtbdev.com/account. Older builds check the original shared list, which we still maintain by hand.
So if you decide to update:
THIS SERVER IS NOT WHITELISTED. Add your IP on the
account page, wait five minutes, and restart — it'll come straight up.Once you're on a current build, you manage your own servers from the site and never need to open a ticket to change an address again.
Both paid config files are large and easy to break by hand, so there's a builder for each. They validate as you go and export a file DayZ will actually read.
Nothing you type is uploaded — both tools run entirely in your browser.
The server won't load the mod at all. The mods ship
unsigned, so with verifySignatures = 2 they're refused until you sign them.
Sign the PBOs with your own key, or repack them into your own signed pack — see
Installing a mod. Turning signature checking off is not
the fix; it would let clients load anything, cheats included.
It loads on the server but players get kicked or see nothing. These are client-side mods. Players need them too.
HackedCrate or Mining Rig only half works. Both are two folders. If
only the data folder is loaded you get the items and none of the behaviour. Check the
scripts folder is in your -mod= line as well, and after the data one.
The mod isn't doing anything on my server. Nine times out of ten the server isn't whitelisted, or the wrong address was added. It has to be the public IP players connect to, not your home connection, and the server has to be restarted after you add it.
I added my IP and nothing changed. The whitelist is only read when the server boots. Restart it.
My mod isn't showing on the account page. The Discord role is what creates the licence. If the role is missing the card won't exist — open a ticket.
HackedCrate: my crates lose their config after a restart. A crate re-finds its settings by name, so two crates sharing a name will break persistence. Give every crate a unique name — the builder flags duplicates.
HackedCrate: a crate spawns with no loot. Usually a gap in the population tiers, so no tier matches the current player count, or a pool pointing at a preset that no longer exists. The builder's check step finds both.
Mining Rig: a card or PSU mines nothing. Every GPU and PSU classname
you use has to exist in DDTBMiningRigConfig.json. One that isn't listed
mines at zero rather than erroring, so a reskin or a custom variant fails silently
— add it to the config.
Static Rig: the rig is floating, sunk, or missing. Positions are
absolute world coordinates and nothing snaps to terrain, so a wrong Y puts it in the air
or under the ground. Both rigs also ship with "enabled": 0 — nothing
appears until you set that to 1. Check
profiles\DDTB_STATICRIG\Logs\ if it still doesn't show.
Static Rig: players can't connect the generator. It has to be within 12 m of the rig — that's the cord length, and no cable reel reaches further. 5–8 m works best. The log warns you when it's too far.
Static Rig: everything reset after a restart. That's by design. Nothing persists — no cycle progress, no uncollected BTC, no cable, no fuel. Every restart hands the room back in its starting state.
Every paid mod may be repacked. Buying it includes written permission to pack the mod into your own server's combined mod pack, so players join with one download instead of subscribing to each mod separately.
Scripts are obfuscated, so a repack carries the mod as-is. All the tuning you'd actually want is JSON and stays fully editable — loot pools, timings, spawn locations, mining rates and so on.
Two things the licence doesn't cover: passing the files on to anyone else, and publishing them anywhere public. The licence is for your servers.
Vanilla Sleeping Bags is the odd one out. It's free on the Steam Workshop and the build is identical — the only thing being sold is the repack licence. If you're happy for players to subscribe on the Workshop, you don't need to buy it.
Open a ticket in Discord. Include the mod, your server's public IP, and what the server log says — that's usually enough to answer it in one reply.