2026-06-20 21:42:34 -05:00
|
|
|

|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
# Maintainarr
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
Maintainarr is a self-hosted dashboard for managing Linux VMs from one place.
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
## Install
|
2026-06-20 20:49:13 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
```bash
|
|
|
|
|
curl -fsSL https://dock-it.dev/Idea-Studios/Maintainarr/raw/branch/main/install.sh | sudo bash
|
2026-06-20 20:49:13 -05:00
|
|
|
```
|
|
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
The installer will:
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
- install missing system packages
|
|
|
|
|
- install Go if needed
|
|
|
|
|
- download or reuse Maintainarr under `/opt/maintainarr`
|
|
|
|
|
- create config in `/etc/maintainarr/maintainarr.env`
|
|
|
|
|
- create data in `/var/lib/maintainarr`
|
|
|
|
|
- ask about auto-updates with `cron`
|
|
|
|
|
- ask about starting at boot with `systemd`
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
## Open
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
After install, open:
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
```text
|
|
|
|
|
http://your-server-ip:8080
|
2026-06-20 16:05:02 -05:00
|
|
|
```
|
|
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
The first registered user becomes the admin.
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
## Manual Run
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
```bash
|
|
|
|
|
cd /opt/maintainarr/src
|
|
|
|
|
go run ./cmd/maintainarr
|
2026-06-20 16:05:02 -05:00
|
|
|
```
|
|
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
## Important Paths
|
2026-06-20 16:05:02 -05:00
|
|
|
|
2026-06-20 21:42:34 -05:00
|
|
|
- config: `/etc/maintainarr/maintainarr.env`
|
|
|
|
|
- data: `/var/lib/maintainarr`
|
|
|
|
|
- source: `/opt/maintainarr/src`
|
|
|
|
|
- binary: `/opt/maintainarr/bin/maintainarr`
|