Forge Recipes
Staff Picks All Recipes Login
Staff Picks All Recipes Login
Back to Recipes

chrisb

1 recipe shared

Install NetData for server monitoring

Installs the popular NetData monitoring tool ... which you can then access via: http://SERVER_IP:19999/ Uses pre-install and install steps from: https://github.com/firehol/netdata/wiki/Installa...

cd /root
apt-get install -y zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl
curl -Ss 'https://raw.githubusercontent.com/firehol/netdata-demo-site/master/install-required-packages.sh' >/tmp/kickstart.sh && bash /tmp/kickstart.sh -i netdata-all --dont-wait
git clone https://github.com/firehol/netdata.git --depth=1
8 years ago
chrisb
Forge Recipes

Pre-made scripts to run on your Laravel Forge servers. Share your DevOps knowledge with the community.

All Recipes | Staff Picks

© 2026 Forge Recipes. Maintained by your friends at Tighten. Inspired by Laravel Forge.