Loading...
Loading...
ɳSentry runs on your VPS using the ɳSelf CLI. Status pages, incident management, uptime monitoring, and SLO tracking up in under 15 minutes.
Any Linux VPS with 2 GB RAM minimum. Hetzner CX23 (~$4/mo) is plenty for small teams. CX32 for heavier RUM or synthetic workloads.
A domain you control. ɳSelf sets up Let's Encrypt SSL automatically via Nginx.
$0.99/mo license key from nself.org. Or ɳSelf+ at $3.99/mo for all bundles. nself-audit is free in every tier.
01
brew install nself-org/tap/nselfmacOS or Linux. Windows via WSL2.
02
nself init myproject
cd myprojectɳSentry installs on any existing ɳSelf instance too. Skip init if you already have one.
03
nself license set YOUR_KEY_HEREGet a key at nself.org/pricing. ɳSelf+ includes ɳSentry. nself-audit is always free.
04
nself plugin install nself-uptime-monitor nself-status-page nself-incident-mgmt nself-alert-router nself-slo-tracker nself-synthetic-monitor nself-rum7 baseline plugins. Expansion plugins (errors, cron-monitor, oncall, crash, anomaly) are optional add-ons.
05
nself env set NSENTRY_DOMAIN=status.yourname.com
nself buildGenerates docker-compose.yml and nginx config. Let's Encrypt SSL auto-provisioned.
06
nself startPostgres, Hasura, Auth, Nginx, and all ɳSentry plugins come up. Prometheus and Grafana start alongside for free infra monitoring.
07
nself nsentry uptime add --url https://api.yourapp.com --interval 60Checks every 60 seconds. Opens an incident automatically if the check fails 3 times in a row.
Full documentation is on docs.nself.org. Community support is available in chat.nself.org. ɳSelf+ subscribers get priority support.