-
Notifications
You must be signed in to change notification settings - Fork 1
DR CLI Reference
djinnbanter edited this page Jun 24, 2026
·
2 revisions
When you need this: the game server will not boot and you have SSH access to the Linux host. This command-line tool builds a zip you open in the DR Viewer (early preview — may not work fully yet).
cd /path/to/your/server/mods
java -jar watchtower-cli-1.0.0.jar drOutput: watchtower-dr-bundle-<timestamp>.zip
Use the same version as your mod when possible. Download from GitHub Releases or Modrinth.
| Flag | What it does |
|---|---|
--server <path> |
Server root if not running from mods/
|
--out /tmp |
Write zip somewhere the panel allows |
--minutes 720 |
Log window if no boot time found (default 24h) |
java -jar watchtower-cli-1.0.0.jar dr
java -jar watchtower-cli-1.0.0.jar dr --server /home/container
java -jar watchtower-cli-1.0.0.jar dr --out /tmp- Summary JSON and brief text
- Log excerpts around the last start attempt
- Crash summaries
- Mod list and changes vs prior report (when available)
Recommended: mods/ next to the Watchtower mod. NeoForge does not load it as a mod — you only run it with java -jar over SSH.
Watchtower · GitHub · Releases · Modrinth · Contributing · GPL-3.0-or-later
Start here
- Home
- Installation
- Quick Start Checklist
- Dashboard Overview
- Dashboard Tabs
- Understanding Data Sources
- Using Spark with Watchtower
- Live Charts
Day-to-day
- Commands
- Configuration
- Security and Access
- Hosting Panels
- Reading Metrics on Hosted Servers
- Health Reports
- Backups
- Scheduled Reports
When things go wrong
Reference