Getting Started
Welcome to the Linknesis documentation. Linknesis is a self-hosted network monitoring platform that lets you measure throughput, latency, and route health between distributed probes.
What is Linknesis?
Linknesis is a B2B network monitoring SaaS delivered as a containerized Core plus lightweight Probes. The Core orchestrates tests, stores time-series results in MongoDB, and exposes a web GUI. Probes run on your servers, desktops, or VMs and execute the actual measurements.
Quick overview
A typical deployment looks like this:
- Core — Docker Compose stack running Nginx, the Zig backend, MongoDB, webhook sender, and Certbot.
- Probe — a single binary installed on each endpoint (Linux or Windows).
- Web GUI — access tests, results, maps, and settings from your browser.
First steps
To get started:
- Install the Core on a server with Docker.
- Point your DNS to the server and configure TLS.
- Install one or more Probes.
- Log in to the web GUI and create your first test.
Use the left sidebar to navigate to detailed installation and usage guides.