Installing ntopng from ntop’s Official Repository on Ubuntu ARM (Raspberry Pi) ==============================================================================
1. Add ntop Repository wget https://packages.ntop.org/apt-stable/24.04/all/apt-ntop-stable.deb sudo apt install ./apt-ntop-stable.deb This creates /etc/apt/sources.list.d/ntop.list with ntop’s repo URLs. 2. Ensure APT Prefers ntop’s Repository Create a pinning preference so packages from ntop.org override Ubuntu’s defaults: sudo tee /etc/apt/preferences.d/ntop.pref >/dev/null <<'EOF' Package: * Pin: origin "packages.ntop.org" Pin-Priority: 1001 EOF 3. Update and Check Repository Priority sudo apt-get update apt-cache policy ntopng ntopng-data You should see Candidate versions coming from packages.ntop.org. 4. Install/Reinstall ntopng sudo apt-get install -y --reinstall ntopng ntopng-data -o Dpkg::Options::=--force-confnew This ensures all the necessary files (including EtherOUI.txt) are installed. 5. Start and Enable ntopng sudo systemctl restart ntopng sudo systemctl enable ntopng sudo systemctl status ntopng --no-pager -l 6. Access ntopng Web UI •Default port: 3000 •URL example: http://<your_pi_ip>:3000 Default login: admin / admin (you will be prompted to change password). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107671 Title: EtherOUI.txt depends on wireshark To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ntopng/+bug/2107671/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
