Docker visibility
Inspect running and stopped containers, images, ports, state, and restart counts.
Self-hosted infrastructure operations
NullNexus gives homelab, sysadmin, and DevOps users a focused web dashboard for containers, host health, services, logs, and browser-based SSH access.
curl -fsSL https://nullnexus-prod.pages.dev/install.sh | bash
$ nullnexus status
gateway healthy
web ready
api online
agent reporting
logs export-enabled
terminal available
Capabilities
Inspect running and stopped containers, images, ports, state, and restart counts.
View important systemd services and run approved start, stop, and restart actions.
Open a role-gated terminal session from the web UI for configured hosts.
Store per-host SSH settings locally and connect through the NullNexus gateway.
Review container logs and service journal output without leaving the dashboard.
Export operational logs as `.log` or `.txt` files with line and time filters.
Designed for private LAN and Tailscale access instead of public exposure.
Prepared for 64-bit ARM deployments and lightweight self-hosted environments.
Use core dashboard workflows from desktop, tablet, or phone screens.
Architecture
NullNexus keeps deployment simple: an Nginx gateway, a web dashboard, a FastAPI backend, and a local agent that talks to Docker, systemd, and journal logs.
Install
The Cloudflare Pages site serves this page and install.sh only. The installer downloads the real GitHub Release tarball, extracts it under /opt/nullnexus, prepares environment settings, and launches Docker Compose.
curl -fsSL https://nullnexus-prod.pages.dev/install.sh | bash
This script is hosted by Cloudflare Pages and always downloads the release archive directly from GitHub Releases.
The official initial release archive is hosted on GitHub Releases. Do not mirror release tarballs through Cloudflare Pages.
Download nullnexus-v0.1.0.tar.gzUse a 64-bit Raspberry Pi OS image. The installer rejects 32-bit ARM because the runtime stack targets modern 64-bit Linux environments.
Interface