Search found 1 match

by DavidVincent
Fri Mar 14, 2025 11:13 am
Forum: Nagios XI
Topic: Accessing Web GUI
Replies: 3
Views: 852

Re: Accessing Web GUI

You can check the following to fix the issue: Check VM IP: Run ip a to ensure the correct address. Check network mode: Switch from NAT to Bridged if needed. Open firewall ports: sudo firewall-cmd --add-service=http --permanent sudo firewall-cmd --add-service=https --permanent sudo firewall-cmd --rel...