siem-agent-NDK36-DavidMunyiri-win-fc4718fb475c

✅ Running

Agent ID

siem-agent-NDK36-DavidMunyiri-win-fc4718fb475c

Version

1.0.0

Platform

linux

Uptime

2803 seconds

Capabilities

log-collection, system-monitoring, vulnerability-scanning

📦 SIEM Agent Installation Center

Choose your installation method based on your environment:

💻 Desktop/Laptop Computers

Download standalone installer packages for individual computers:

📥 Windows Package (.zip) 📥 macOS Package (.zip) 📥 Linux Package (.zip)

Features:

  • ✅ GUI-based installation
  • ✅ Auto-start on boot
  • ✅ System service integration
  • ✅ Automatic updates
  • ✅ Uninstaller included

📶 Linux Servers (Production)

One-command installation for Linux servers with auto-start:

Default Installation (uses hostname):

curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash

Custom Agent Name (recommended for servers):

curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash -s -- --name "WebServer-01"

💡 Replace "WebServer-01" with your preferred server name (e.g., "Production-DB", "API-Gateway", "Staging-App-01")

What this does:

  • ✅ Downloads & installs agent automatically
  • ✅ Creates systemd service with custom name
  • ✅ Enables auto-start on boot
  • ✅ Starts immediately
  • ✅ Auto-restart on failure
  • ✅ Production-ready configuration

Supported: Ubuntu, CentOS, RHEL, Debian, Amazon Linux

🚀 Quick Installation Commands

For Individual Computers:

# Windows (PowerShell - Run as Administrator)
iex ((New-Object System.Net.WebClient).DownloadString('https://siem-agent.devnhr.com/install/windows'))
# macOS (Terminal - Run with sudo)
curl -s https://siem-agent.devnhr.com/install/macos | sudo bash

For Linux Servers (Production):

# Default installation (uses hostname)
curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash

# With custom agent name (recommended)
curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash -s -- --name "WebServer-01"
curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash -s -- --name "Production-DB"
curl -fsSL https://siem-agent.devnhr.com/install/server | sudo bash -s -- --name "API-Gateway"

# Verify installation
sudo systemctl status siem-agent
sudo journalctl -u siem-agent -n 50 | grep -E "(agent ID|Agent name)"

📦 Update Existing Agent (Preserves Identity & Config):

# Linux
curl -fsSL https://siem-agent.devnhr.com/update/linux | sudo bash

# Windows (PowerShell - Run as Administrator)
iex ((New-Object System.Net.WebClient).DownloadString('https://siem-agent.devnhr.com/update/windows'))

# macOS
curl -fsSL https://siem-agent.devnhr.com/update/macos | sudo bash

💡 Update commands preserve agent ID, configuration, and data - no need to uninstall!

Advanced Server Management:

# Check status
sudo systemctl status siem-agent

# View logs
sudo journalctl -u siem-agent -f

# Restart service
sudo systemctl restart siem-agent

# Stop service
sudo systemctl stop siem-agent

# Disable auto-start
sudo systemctl disable siem-agent

API Endpoints: /api/info | /health

Last Updated: 3/10/2026, 7:21:56 AM