download
Up and running in five minutes
One command installs CoreBit on your Linux host, sets up its database, and prints your login and management commands.
install.sh
curl -fsSL https://licensing.corebit.ease.dk/install.sh | sudo bash -s
Completes in under five minutes and prints your login and management commands.
Requirements
- Linux (tested on Ubuntu; other distros work)
- Lightweight, multi-threaded polling — 309 MikroTik devices on a single-core VM in under 30 seconds
- On-premise: no cloud account or outbound subscription required
First four steps
- Log in with the printed credentials (default admin / admin) and change the password.
- Add credential profiles (MikroTik API, SNMP, Prometheus, Proxmox…).
- Scan your IP ranges to discover and bulk-create devices.
- Place devices on a map and draw the connections between them.
Installer flags
| --update | Update an existing installation |
| --uninstall | Remove CoreBit |
| --no-db | Skip database setup (use an external DB) |
| --db-host HOST | PostgreSQL host (default: localhost) |
| --db-port PORT | PostgreSQL port (default: 5432) |
| --db-name NAME | Database name (default: corebit) |
| --db-user USER | Database user (default: corebit) |
| --port PORT | Application port (default: 3000) |
| --run-as-root | Run the service as root |
| --verbose | Show detailed installer output |
Prefer containers?
A Docker image is published for every release. Follow the container guide on the GitHub wiki.
Docker guideUbuntu 24.04+
Ubuntu 24.04 removed setuid from the ping utilities; the installer grants CAP_NET_RAW / CAP_NET_ADMIN automatically. If reachability checks still fail, reinstall with --run-as-root.
get started
Map your network today
Install the free edition on your own hardware and have your first devices on a map in minutes.
install.sh
curl -fsSL https://licensing.corebit.ease.dk/install.sh | sudo bash -s