Created
January 6, 2020 15:57
-
-
Save afahitech/8f1cb2ea10e2f89342dca6506df516fc to your computer and use it in GitHub Desktop.
Ntopng Install in ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update system | |
| apt-get update | |
| apt-get upgrade | |
| # Install Ntopng | |
| apt-get install ntopng | |
| nano /etc/ntopng.conf | |
| systemctl restart ntopng | |
| ufw allow 3000 | |
| ufw enable | |
| http://localhost:3000/ | |
| # Youtube : https://youtu.be/FpV75H_Udeo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment