Nebula can be run locally for evaluation or deployed to production for full network monitoring. The steps below get you up and running.
git clone https://github.com/NebulaRMM/nebula
website
directory and install dependencies with npm install
npm run dev
http://localhost:3000
to view the dashboardAdd your network ranges in the settings panel to begin discovery. The collector agent can be deployed on Windows, Linux or macOS to gather metrics. Use the dashboard to view maps, create alerts and browse historical data.
When you're ready for production, run npm run build
to create an optimized build. See the repository documentation for deploying the API and collectors.
Full documentation, architecture notes and design documents live in the NebulaRMM/nebula repository.