DS‐ Network Management ‐ Project - 229300/SYS265-System-Admin.-Network-Services-II---Spring-2026 GitHub Wiki

Pandora server: Rocky Linux 9, hostname: nmon01-daniel, IP 10.0.11./24, gateway 10.0.5.2, DNS 10.0.5.5.

Linux client: Rocky Linux 9, hostname web01-daniel, IP 10.0.5.200/24

Windows client: Windows Server (AD DS or management), hostname mgmt01-daniel, IP 10.0.5.10/24

  1. sudo dnf update -y
  2. Install basic tools:
  • sudo dnf install -y curl
  1. Run Pandora FMS Open online installer (EL9):
  1. After step 3 and when the installations are complete I should see:
  1. Run these on nmon01-daniel:
  • sudo /etc/init.d/pandora_server start
  • sudo systemctl status pandora_server
  • sudo /etc/init.d/pandora_server restart
  1. Go to mgmt01-daniel --> Microsoft Edge browser:
  1. Should display:
  1. After successfully logging into http://10.0.5.11/pandora_console/ from my mgmt01-daniel VM, I navigate to my web01-daniel VM.
  2. On web01-daniel-
  • sudo dnf install -y curl
  • sudo dnf update -y
  1. Change to the tmp directory then Download and install the Pandora Linux agent for Rocky 9

12. This was the next command but i ran into an issue

  • sudo dnf localinstall -y pandorafms_agent_linux-7.0NG.784611.x86_64.rpm
  1. For Rocky 9, use the command shown in the current Pandora agent docs for RHEL/Rocky 9
make sure with this command i use 'el9' not e'1'9
  1. After it installs, continue with making a backup of the .conf file:
  • sudo cp /etc/pandora/pandora_agent.conf /etc/pandora/pandora_agent.conf.bak
  • sudo nano /etc/pandora/pandora_agent.conf
  1. Set the following information:
  • server_ip 10.0.5.11
  • agent_name web01-daniel
  • Should look like:
  1. Now:
  • sudo systemctl enable --now pandora_agent_daemon
  • sudo systemctl status pandora_agent_daemon

17. The enable command didn't work: Workaround time-

  1. Check what Pandora packages are installed
  • rpm -qa | grep pandora
  • Displays:
  1. Check for any Pandora services
  • sudo systemctl list-unit-files | grep pandora
  • Displays:
  1. Start the service using the correct name: pandora_agent_daemon.service
  • sudo systemctl start pandora_agent_daemon.service
  • sudo systemctl status pandora_agent_daemon.service
  1. Make sure the process is running:
  • ps aux | grep pandora_agent
  • Displays:
  1. Restart the service then start it again in case:
  • sudo systemctl restart pandora_agent_daemon.service
  • sudo systemctl start pandora_agent_daemon.service
  1. Wait 5-10 minutes navigate to http://10.0.5.11/pandora_console/
  • Reload (F5) until I see web01-daniel
  • Looks like:
  1. web01-daniel has been successfully added to the Pandora service
  2. Now it's time to add mgmt01-daniel
  3. Navigate to:
  1. Before saving to Desktop:
  • Navigate to downloads, press the 3 dots next to it
  • Select Keep
  1. Save to Desktop
  1. Run the Agent as Administrator
  1. Before Install Choose Desktop as Location
  1. Pandora FMS Agent for Windows Configuration:
  • Leave the Group Password blank
  • Pop-up received:
  1. Do not enable hardening monitoring or basic security monitoring:
  1. Do NOT change the default Temporal min: 2
  2. Click Finish and run when complete
  3. Make sure Service is running:
  • In Windows Search type: services.msc
  • Looks like:
  1. Navigate to http://10.0.5.11/pandora_console/
  • Wait a bit and reload until you see mgmt01-daniel

37. The last step didn't work, workaround time-

  1. Navigate to File Explorer --> Desktop --> Locate pandora_agent.conf --> Open with Notepad
  2. Add mgmt01-daniel next to agent_name:
  • Looks like:
  1. Find out how to add the server IP (10.0.5.11)
  • Looks like:
  1. Save the file and restart the service:
  1. 2 VMs successfully shown on Pandora FMS:
  • Looks like:
  1. AI Research link: https://www.perplexity.ai/search/this-is-the-assignment-if-zabb-4T0FRoKcTt69FZI7PMRmVA