Downloads
v1.0.0Download ServerTools for your platform. Free trial included — 3 findings per scan, no license needed.
Primary Downloads
Linux x64
servertools-1.0.0-linux-x64.tar.gz
SHA-256
TBDmacOS Universal
servertools-1.0.0-macos-universal.pkg
SHA-256
TBDWindows x64
servertools-1.0.0-windows-x64.exe
SHA-256
TBDQuick Start
1. Install
Download and extract for your platform. Single binary, no dependencies.
Linux / macOS
tar xzf servertools-1.0.0-linux-x64.tar.gz
sudo mv servertools /usr/local/bin/
servertools --versionWindows (PowerShell)
# Extract and add to PATH, or run directly:
.\servertools.exe --version2. Activate License
optionalSkip this step to use trial mode (3 findings per scan). Activate anytime to unlock full results.
servertools activate SRVT-xxxx-xxxx-xxxx-xxxxLicense is verified offline using Ed25519 signatures. No internet required.
3. Browse Available Scanners
See all 127 scanners, grouped by category. Filter by category to find what you need.
servertools list
servertools list --category database4. Run Your First Scan
Point any scanner at a target. Uses the default port automatically.
# Scan MySQL on default port 3306
servertools run mysqlaudit --target 192.168.1.10
# Scan on a custom port
servertools run mysqlaudit --target 192.168.1.10 --ports 3307
# Scan multiple ports at once
servertools run mysqlaudit --target 192.168.1.10 --ports 3306,3307,3308
# Run all database scanners against a target
servertools run all --target 10.0.0.5 --category database5. View & Export Results
Scan results are saved as .netra files. View in terminal, or export to JSON, HTML, PDF, CSV, and more.
# View in terminal
servertools report mysqlaudit-192.168.1.10.netra
# Export as HTML report
servertools report mysqlaudit-192.168.1.10.netra -f html -o report.html
# Export as JSON
servertools report mysqlaudit-192.168.1.10.netra -f json -o results.json
# Compare two scans (before/after hardening)
servertools diff before.netra after.netra6. Audit This Machine
Run a local security self-check without specifying a target. Works on Windows, Linux, and macOS.
servertools self-checkCommand Reference
| Command | Description |
|---|---|
| servertools activate <key> | Activate a license key |
| servertools status | Show license status and licensed modules |
| servertools list [--category <cat>] | List all available scanners |
| servertools run <scanner> --target <host> [--ports <p>] | Run a security scanner |
| servertools self-check | Audit this machine locally |
| servertools report <file> [-f format] [-o path] | View or export a .netra report |
| servertools diff <before> <after> | Compare two scan files |
| servertools merge <files...> [-o path] | Merge multiple scans into one report |
| servertools schedule <scanner> --target <host> --cron "..." | Schedule recurring scans (Pro) |
| servertools log [--last 30d] [--verify] | View or verify audit log (Pro) |
| servertools dashboard [--port 9090] | Launch local web dashboard (Enterprise) |
| servertools update-check | Check for updates (opt-in) |
All Platforms (18)
Tier 1 — Primary
Tier 2 — Linux Packages
Tier 3 — ARM
Tier 4 — Enterprise Unix
Tier 5 — Mainframe / Specialty
Verify License Key
Paste your SRVT key below to verify its signature, tier, and expiration.
Free trial: Download and run any scanner without a license key. Trial mode limits output to 3 findings per scan. Purchase a license to unlock full results.