Expose your local Netdata Instance
This tutorial will show you how you can expose your netdata instance, so that you can monitor your localhost from anywhere around the world.
Last updated
Was this helpful?
This tutorial will show you how you can expose your netdata instance, so that you can monitor your localhost from anywhere around the world.
Last updated
Was this helpful?
Netdata can be installed in various ways, you can follow official netdata install documentation (). However in this tutorial we shall be using to run netdata ( see ).
You may add/remove the the bind mounts -v as per your necessity.
You should see your netdata container running.
After we have successfully installed and started netdata, we can start to expose port 19999.
Once done, you can proceed to forward the port with LocalXpose.
Once you finish tunneling, you will receive a LocalXpose domain as in the screenshot above. Use the provided domain to view your netdata web UI.
The server should prompt for authentication, here you will provide the authentication credentials you have passed with --basic-auth option.
Once you provide your credentials clock on 'Sign In'. You should see your netdata web dashboard.
This is how you can expose your local netdata web server & access it from anywhere around the world.
Once the docker container is created you can visit the netdata web UI at .
If you want to use your custom domain name or use your own SSL certs please follow ( & )