Skip to main content

Reinstall the Netdata Agent

In certain situations, such as needing to enable a feature or troubleshoot an issue, you may need to reinstall the Netdata Agent on your node.

One-line installer script (kickstart.sh)#

Run the one-line installer script with the --reinstall parameter to reinstall the Netdata Agent. This will preserve any user configuration in netdata.conf or other files.

If you used any optional parameters during initial installation, you need to pass them to the script again during reinstallation. If you cannot remember which options you used, read the contents of the .environment file and look for a REINSTALL_OPTIONS line. This line contains a list of optional parameters.

wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --reinstall

Troubleshooting#

If you still experience problems with your Netdata Agent installation after following one of these processes, the next best route is to uninstall and then try a fresh installation using the one-line installer.

You can also post to our community forums or create a new bug report.

Did you find this document helpful?

Reach out

If you need help after reading this doc, search our community forum for an answer. There's a good chance someone else has already found a solution to the same issue.

Documentation

Community

Last updated on