Here’s How to Install Netdata on Your (Linux) VPS
We’ll be using VNC in this guide. Don’t know how? Check out this article.
1. Go to your VPS-panel and log in.
2. Click on Manage for the desired (Linux) server.
3. Make sure your VPS is running and then click on the VNC logo.
4. Log in.
Your username is likely "root," and your password can be found in your email.
5. In the VPS console, type the following command and then press ENTER:
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh
6. Type Y again and press ENTER.
7. Netdata is now installed! You can view it in your web browser by typing in your VPS IP with :19999 at the end. For example: 123.123.132.123:19999.
You can find your IP under Network > IPv4 Address.
If you encounter any issues, feel free to reach out via Discord or create a support ticket through this link.