The Definitive Console DayZ Admin Toolkit (Nitrado-Focused)
Cross-platform (Windows + Linux) desktop toolkit built by an active DayZ server owner to eliminate manual XML headaches for console admins.
Closed-source for now and built for the DayZ console admin community.
Not affiliated with Bohemia Interactive or Nitrado.
Console DayZ admins are forced to:
- Manually edit XML
- Balance the CE blindly
- Guess at RPT errors
- Fight unreliable file uploads
- Work around Nitrado quirks
Iron Chronicle Tool Suite was built to fix that.
- Full Nitrado API integration (service-scoped long-life token)
- Guided XML & JSON editors (guardrails + export + upload)
- Dedicated Messages Editor for direct
messages.xmlediting with quick insert helpers - Drag-and-drop map visualizers (spawn points, event spawns, territories)
- CE balancing surfaces (types, limits library, globals, spawnable types)
- RPT log analysis (common pattern detection)
- Upload strategy controller (API + FTP fallback)
- Cross-tool Limits library integration (shared categories/tags/usage/value)
- Automatic updates (in-app updater)
Full details live here:
- Full Feature Breakdown: TOOL-FEATURES.md
- Built specifically for console servers
- Designed around Nitrado limitations (and the failure modes console admins actually hit)
- Real-world server-tested workflows
- Guardrails that help prevent economy-breaking mistakes
- Structured validation where possible (schemas / known-safe constraints)
- Designed by someone who runs servers, not just edits files
This repo contains the app project and tool pages. End-user installers are published in a separate releases repo.
Get the latest installers from the IC-ToolSuite-App releases:
https://github.com/ScullyXlife/IC-ToolSuite-App/releases
Desktop stable and Android beta artifacts are both published from the same releases feed.
- Download one of these files:
IC.ToolSuite_*_x64_en-US.msi(Full)*_lite-map-sideload.msi(Lite flavor, smaller installer)
- Run the installer and follow the prompts.
- If Windows SmartScreen warns you, choose "More info" then "Run anyway."
- Download
IC ToolSuite_*_amd64.debfrom the releases page.- Lite flavor uses
*_lite-map-sideload.deband downloads tiled map packs on demand.
- Lite flavor uses
- Install it with:
sudo dpkg -i "IC ToolSuite_*_amd64.deb"
sudo apt -f install -yUse Settings → App Updates inside the app to check and install updates.
Lite workflows are the default and exclude bundled map tiles from dist/; map tools install map packs on demand.
- Dev:
npm run dev - Build:
npm run build - Signed build:
npm run build:signed
Legacy full commands remain available only as explicit overrides.
- Full dev override:
npm run dev:full - Full build override:
npm run build:full - Full signed build override:
npm run build:signed:full
Map pack release helpers:
- Package map zips + update map manifest checksums/urls:
npm run maps:package - Package tools bundle (lite default):
npm run tools:package
IC Tool Suite only needs a single long-life Nitrado API token.
- For most operations you do not need FTP host/user/password in IC Tool Suite.
- If Nitrado
file_server/uploadis unreliable for your service (common on some console servers), IC Tool Suite can use FTP upload fallback. Configure it in Settings → Nitrado Controller. - Add your token in Settings → Nitrado Tokens, then click Load Services and select your server.
- In multi-service or multi-token setups, the app remembers token-to-service bindings to keep requests pinned to the correct stored token per service.
On the Nitrado long-life token page, enable this scope:
- service
That is the scope IC Tool Suite uses for service listing and file-server operations.
You can leave these unchecked unless you need them for other tools/scripts:
rootserverssh_keysservice_orderuser_edituser_info
With service enabled, the token covers these API paths used by the app:
/services/services/{id}/gameservers/file_server/services/{id}/gameservers/file_server/list/services/{id}/gameservers/file_server/download/services/{id}/gameservers/file_server/upload
In Settings → Nitrado Controller, choose an upload strategy:
- Auto (default): API upload first, then FTP fallback if upload fails
- API: force API upload
- FTP: force FTP upload
Discord support: https://discord.gg/nPugvHKhsk
- Privacy policy: PRIVACY.md
- Security/data handling: SECURITY.md
If IC Tool Suite saves you time, donations help fund development, testing, and release costs (no paywalls):
https://buy.stripe.com/9B6dRbbrp0Ly1y58aRgYU05
- License: Binary EULA for official releases (see LICENSE)
- Not affiliated with Bohemia Interactive or Nitrado
- No paywalls, no API resale (optional donations are welcome)
- Privacy: no analytics/telemetry (see PRIVACY.md)
- Release builds are signed.
- Release assets include SHA-256 checksum hashes.