⏱ Alerts repeat max once per 10 minutes per metric
👥 User Management
⚠ Security: Admins can run any terminal command. Give Admin role only to people you fully trust.
New User
Loading…
Page Access for
Uncheck pages to hide them from this user. Leave all checked = full viewer access.
Change Password for
📋 Activity Log
Time
User
Action
IP
Detail
Loading…
🖥 My Servers
ℹ Manage multiple Linux servers from one dashboard. Requires SSH access. Install paramiko on this server first: pip install paramiko --break-system-packages
Add Server
🖥
No servers added yet
👤 OS Users
Create OS User
User
UID
Home
Shell
Groups
Status
Actions
Change password for
🌐 Network Tools
🎯 These tools run FROM this server TO the target domain/IP — useful for testing connectivity, DNS, SSL, and open ports on any external host.
Result
🖥 These tools show info about this server's network configuration — interfaces, routing, open ports, ARP cache.
Result
🔒 SSL Certificate Checker
Certificate Details
Raw Output
🔍 Log Search
📊 System Resources
Network Connections by State
Swap Memory
Disk Partitions
Device
Mount
Type
Total
Used
Free
Usage
Top Memory Processes
Name
PID
CPU%
RAM%
🏥 System Health Check
—
Health Score
✅ 0 passed⚠ 0 warnings❌ 0 failed
🏥
Click "Run Check" to analyse your server
💾 Backup Manager
Create New Backup
Backups saved to /root/syspulse_backups/
Saved Backups
Loading…
🛡 Security Overview
🚨 Intrusion Detection
🔴 Brute Force Attempts (by IP)
IP Address
Attempts
Risk
Action
🟢 Recent Successful Logins
🔧 Recent Sudo Commands
🔌 Port Risk Assessor
Port
Service
Process
Risk
Details
🔒 SSH Hardening Checker
—
SSH Security Score
🔒
Click "Audit" to check SSH config
⚙ Kernel Security Parameters
—
Kernel Security Score
Based on /proc/sys values vs CIS recommendations
⚙
Click "Check" to audit kernel security parameters
📋 CIS Benchmark Scanner
—
CIS Ubuntu Benchmark Score
📋
Click "Run Scan" to check CIS compliance
📁 File Integrity Monitor
⚡ How it works: Click "Create Baseline" to hash critical system files. Then click "Check Now" anytime to detect unauthorized changes — any modified file means potential compromise.
📁
Create a baseline first, then check for changes
👤 Sudo Command Audit
Time
User
Command
Risk
🌍 IP Reputation Checker
Tip: Copy IPs from the Intrusion Detection page to check them here.
🔌 Active Connections
Live TCP connections to this server. Use "Drop" to immediately terminate a suspicious connection.
Remote IP
Local Port
Remote Port
Process
Action
🚨 Emergency Lockdown
🚨
Emergency Server Lockdown
Activating lockdown will block ALL incoming connections except from your current IP.
Use this if you detect an active attack or unauthorized access.
GeoIP Blocker
Block all traffic from an entire country by 2-letter country code.
🧅 Tor Manager
⚠ Legal Notice: Tor is used for legitimate purposes: anonymous reconnaissance, testing, privacy research.
Only use for authorized security testing. This tool runs Tor as a local SOCKS5 proxy — your server's traffic routes through the Tor network.
⏳
Checking Tor status…
Exit IP
—
Real IP
—
Controls
🌍 IP Address Comparison
🔴 Your Server's Real IP
—
What websites see without Tor
🟢 Tor Exit Node IP
—
What websites see when using Tor
🔍 Anonymous Scan via Tor
Requests go through Tor — target sees the exit node IP, not yours.
Result
🌐 Tor vs Direct Comparison
Check a URL both via Tor and directly — compare response codes and times.
🧅 Via Tor
—
⚡ Direct
—
📋 Tor Logs
⛓ Proxychains — Run ANY Command via Tor
Routes terminal commands through Tor. Setup proxychains first, then run commands below.
Allowed: curl wget nmap dig nslookup whois traceroute ping nc
✓ Routed via: proxychains4 → Tor SOCKS5 127.0.0.1:9050
💡 How to Browse Anonymously from YOUR PC
Option 1 — SSH Tunnel
Route your browser through this server's Tor proxy
ssh -D 9050 -N root@172.235.18.229
Then set browser SOCKS5 proxy: 127.0.0.1:9050
Option 2 — Tor Browser
Simplest way — download official Tor Browser for your PC
torproject.org/download
Automatically uses Tor — no config needed
Option 3 — curl from this server
Use Anonymous Scan or Proxychains above to run requests anonymously FROM this server
Target sees exit node IP, not your server or home IP
⚠ Important: The IP shown on sites like whatismyip.com is YOUR HOME/OFFICE IP (Ludhiana, India). This is completely normal and expected — Tor on this server only hides your server's identity, not your personal browser unless you configure it to route through here.
👁You are viewing as user ()
💻 Terminal
Ctrl+` to toggle · Esc to close
✓ Web Terminal — type Linux commands below
Note: htop/vim/nano → use web versions (type the command)