Skip to content

Instantly share code, notes, and snippets.

@cloudybdone
Last active March 25, 2022 17:34
Show Gist options
  • Select an option

  • Save cloudybdone/74dd1baa4cb1394d211d7b687025d47d to your computer and use it in GitHub Desktop.

Select an option

Save cloudybdone/74dd1baa4cb1394d211d7b687025d47d to your computer and use it in GitHub Desktop.
Ntopng Install on Ubuntu Linux
If you need any help related to Ntopng App Setup Service on Ubuntu Linux contact with me:
Telegram: https://t.me/Cloudybdone
WhatsApp: https://wa.link/3j794g
Skype: https://join.skype.com/invite/vLFaKHx...
Email: cloudybdone@gmail.com
Linkedin: https://www.linkedin.com/in/cloudybdone/
Facebook: https://www.facebook.com/cloudybdone/
About Me: https://about.me/cloudybdone
YouTube PlayList: https://www.youtube.com/watch?v=QLapycTFgHg&list=PLiveDaEySXe9RP9zqaGt8t4LvZpV_U1t-
#!/bin/sh
sudo apt-get update -y
sudo apt- install ntopng
sudo systemctl restart ntopng
sudo ntopng -h
sudo ufw enable
sudo ufw allow....
firefox http://localhost:/
git clone https://github.com/ntop/ntopng.git
cd ntopng
sudo ./autogen.sh
sudo make
sudo make install
@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-03-21 22-18-31

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-03-22 22-21-21

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-03-22 22-21-28

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-03-22 22-21-35

@cloudybdone

Copy link
Copy Markdown
Author

Screenshot from 2022-03-22 22-23-46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment