Renovate 821158c896
Some checks failed
Release Container / Build And Publish Container (push) Failing after 10s
Verify / verify (push) Successful in 1m52s
Merge pull request 'deps: Update module modernc.org/sqlite to v1.53.0' (#13) from renovate/modernc.org-sqlite-1.x into main
2026-06-21 11:12:37 +00:00
2026-06-21 02:25:34 +00:00
2026-06-20 20:41:15 +00:00
2026-06-20 23:08:29 +00:00

Maintainarr Banner

Maintainarr

Maintainarr is a self-hosted dashboard for managing Linux VMs from one place.

Install

curl -fsSL https://dock-it.dev/Idea-Studios/Maintainarr/raw/branch/main/install.sh | sudo bash

The installer will:

  • 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

Open

After install, open:

http://your-server-ip:8080

The first registered user becomes the admin.

Manual Run

cd /opt/maintainarr/src
go run ./cmd/maintainarr

Important Paths

  • config: /etc/maintainarr/maintainarr.env
  • data: /var/lib/maintainarr
  • source: /opt/maintainarr/src
  • binary: /opt/maintainarr/bin/maintainarr
Description
A selfhosted tool to automatically, configure, update, monitor, and deploy VM's
Readme CC-BY-SA-4.0 2 MiB
Languages
Go 71%
CSS 13.3%
JavaScript 9.9%
Shell 5%
Dockerfile 0.4%
Other 0.4%