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

  1. Log in with the printed credentials (default admin / admin) and change the password.
  2. Add credential profiles (MikroTik API, SNMP, Prometheus, Proxmox…).
  3. Scan your IP ranges to discover and bulk-create devices.
  4. Place devices on a map and draw the connections between them.

Installer flags

--updateUpdate an existing installation
--uninstallRemove CoreBit
--no-dbSkip database setup (use an external DB)
--db-host HOSTPostgreSQL host (default: localhost)
--db-port PORTPostgreSQL port (default: 5432)
--db-name NAMEDatabase name (default: corebit)
--db-user USERDatabase user (default: corebit)
--port PORTApplication port (default: 3000)
--run-as-rootRun the service as root
--verboseShow detailed installer output

Prefer containers?

A Docker image is published for every release. Follow the container guide on the GitHub wiki.

Docker guide

Ubuntu 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