-
Notifications
You must be signed in to change notification settings - Fork 1
Disaster Recovery
Use this when Minecraft will not start — crash loop, mod error on boot, or the panel keeps restarting. The dashboard is not available; you work over SSH on the host.
| Step | What to do |
|---|---|
| 1 | SSH to your server, go to the mods/ folder |
| 2 | Run java -jar watchtower-cli-1.0.0.jar dr
|
| 3 | Download the zip file it creates |
| 4 | Open it in the DR Viewer in your browser — start on the Fix tab (viewer is early preview — may not work fully yet; see DR Viewer) |
| Situation | Use recovery tools? |
|---|---|
| Server crash loop, won't stay up | Yes |
| Mod won't load on boot | Yes |
| Server running fine | No — use dashboard + Run Report |
| Want live charts | No — recovery viewer has no Live tab |
cd /path/to/your/server/mods
java -jar watchtower-cli-1.0.0.jar drCreates watchtower-dr-bundle-<timestamp>.zip in the current folder.
Upload that zip to the DR Viewer. Analysis runs in your browser — nothing is sent to Watchtower's servers. The viewer is still early preview; if upload or tabs fail, use the zip contents and logs directly (see DR Viewer).
Each successful health report updates watchtower/DR-README.txt with the exact command for your server path.
Keep watchtower-cli-*.jar in mods/ ahead of time, or download from Releases during an incident.
java -jar watchtower-cli-1.0.0.jar dr --out /tmpDownload from /tmp via SFTP.
In the DR viewer, expand Advanced: analyze log files locally and upload:
-
logs/latest.log(required) -
crash-reports/*.txt(recommended) -
mods/*.jar(optional) - Old
watchtower-facts-*.json(optional)
| Tab | Purpose |
|---|---|
| Fix | What went wrong and what to try first |
| Attempts | Restart attempts since last good boot |
| Logs | Log excerpts from the bundle |
| Mods | What changed vs last report |
| Report | Full brief-style summary |
Analysis is 100% in your browser. Optional cache stays on your machine only.
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