Production-ready autobrr installer for Debian VPS.
- Install / Update / Remove
- Multi-domain nginx detection
- Manual domain fallback
- Auto user detection
- Systemd per-user service
- Reverse proxy under
/autobrr/ - Log file support with rotation
- Safe production behaviour
- Debian 11 / 12 / 13
- nginx installed
- SSL configured (recommended)
- At least one Linux user in
/home
bash <(curl -s https://raw.githubusercontent.com/race-in/autobrr-manager/main/autobrr.sh)wget https://raw.githubusercontent.com/race-in/autobrr-manager/main/autobrr.sh
chmod +x autobrr.sh
sudo ./autobrr.sh1) Install autobrr
2) Update autobrr
3) Remove autobrr
4) Exit
https://your-domain/autobrr/
/home/USER/.config/autobrr/logs/autobrr.log
Live view:
tail -f /home/USER/.config/autobrr/logs/autobrr.log- Ignores
_,localhost - Won’t detect random
.pemfiles - Manual fallback if domain not found
- Per-user isolation
MIT