Full Health Check Script for the PIVPN

Create and run

nano vpn-health.sh
chmod +x vpn-health.sh
./vpn-health.sh

#!/bin/bash

echo “=========================================”
echo “🔍 VPN HEALTH CHECK – $(date)”
echo “=========================================”

WG_IF=”wg0″

# — SYSTEM —
echo -e “\n🖥️ SYSTEM STATUS”
uptime
free -m | awk ‘NR==2{printf “RAM Usage: %s/%s MB (%.2f%%)\n”, $3,$2,$3*100/$2 }’
df -h / | awk ‘NR==2{print “Disk Usage:”, $5, “used”}’

# — NETWORK —
echo -e “\n🌐 NETWORK”
ip a show $WG_IF 2>/dev/null | grep inet || echo “❌ wg0 interface not found”
ip route | grep default

PUBLIC_IP=$(curl -s ifconfig.me)
echo “Public IP: $PUBLIC_IP”

# — WIREGUARD STATUS —
echo -e “\n🔐 WIREGUARD STATUS”
if sudo wg show $WG_IF >/dev/null 2>&1; then
sudo wg show $WG_IF
else
echo “❌ WireGuard interface $WG_IF is DOWN”
fi

# — SERVICE STATUS —
echo -e “\n⚙️ SERVICE STATUS”
sudo systemctl is-active wg-quick@$WG_IF

# — CONNECTED CLIENTS —
echo -e “\n👥 CONNECTED CLIENTS (PiVPN)”
if command -v pivpn >/dev/null; then
sudo pivpn -c
else
echo “PiVPN not installed”
fi

# — FIREWALL —
echo -e “\n🔥 FIREWALL (Top DROP rules)”
sudo iptables -L -n -v | grep DROP | head -10

# — PORT CHECK —
echo -e “\n📡 LISTENING PORTS (wg)”
sudo ss -tunap | grep $WG_IF || echo “No wg sockets found”

# — RECENT LOGS —
echo -e “\n📜 RECENT WIREGUARD LOGS”
sudo journalctl -u wg-quick@$WG_IF –since “10 min ago” | tail -20

# — FAILED LOGINS —
echo -e “\n🚨 FAILED LOGIN ATTEMPTS”
sudo grep “Failed password” /var/log/auth.log 2>/dev/null | tail -5

echo -e “\n=========================================”
echo “✅ HEALTH CHECK COMPLETE”
echo “=========================================”

5 gedachten over “Full Health Check Script for the PIVPN”

  1. Si estas necesitas saber donde contratar motos marinas en este lugar, hay distintas alternativas llamativas tanto en el sur como en distintas zonas como esta popular area y Playa de las Americas. Lograras descubrir alquiler moto de agua Tenerife sur con valores razonables y salidas como jet bike safari o aqua safari que unen adrenalina pura y paisajes increibles. Para opciones mas especificas, tambien existe la oportunidad de contratar motos de agua en Tenerife Los Gigantes o experimentar actividades acuaticas en esta zona. Para mas detalles sobre fechas disponibles y precios, te aconsejo visitar [url=https://alquilerjetskitf.com]jet bike safari tenerife[/url] .

    Ademas, Tenerife brinda posibilidades para todos los perfiles, desde quienes empiezan hasta expertos, con operadores como Jet Hub Tenerife y Adrenalina Jet que organizan salidas en motos acuaticas y jet ski safaris en lugares como Costa Adeje. Si te interesa una experiencia satisfactoria y confiable, evalua las excursiones motos de agua Tenerife sur o en diferentes puntos, y no pases por alto que contratar con prevision siempre es recomendable, particularmente en la temporada alta. Por si lo precisas, el telefono +34 612 345 678 se torna eficaz para consultas rapidas.

  2. Hello! I know this is kind of off topic but I was wondering which blog platform are you using for this website? I’m getting fed up of WordPress because I’ve had problems with hackers and I’m looking at options for another platform. I would be awesome if you could point me in the direction of a good platform.

  3. If you are learning about your personal color selection, resources like a skin hue chart or a color detection test camera can be truly effective in figuring out whether you fall into a intense summer, gentle winter, or even a warm olive skin tone. [url=https://test-color-analysis.top]what’s my color palette[/url] I realized that attempting a no-cost color analysis test or accessing an AI color analysis available app can deliver speedy details into what tones look best on me and address questions like “what’s my seasonal palette” or “which colors work for me” For folks curious about the 16 season color analysis, questionnaires and tests can find your true color profile, whether it’s a deep summer palette or a cool summer color palette, guiding you find your color match with accuracy.

    If you find yourself using online services like Color Analysis Pro but hope to know how to terminate color analysis pro or the easiest way to end the subscription, there are useful steps and suggestions online to prevent hassles. To learn more into these interests and find out more about rich winter color palette or delicate winter palette suggestions, explore this guide: . Whether you’re currently wondering “what palette fits me” or are looking for recommendations on undertone quizzes, these options and communities represent a strong entry point!

  4. If you’ve been dealing with Suno AI built tracks, you most likely noticed those pesky issues that can really affect the sound clarity. [url=https://cleanaitrack.top]ai music cleaner[/url] The good news is, there are some practical ways to clean up Suno glitches using applications like the Suno artifact tool or Suno audio processor, which make it easy to fix Suno AI artifacts and upgrade the entire sound. These alternatives are extremely convenient if you need to optimize Suno AI tracks and make audio appear more authentic.

    For those finding it difficult to fix Suno sound quality or better Suno track clarity, web-based audio cleaners can be a real solution. You can find cost-free AI music processor options that make it easy to remove artifacts from Suno tracks and even help with mastering your tracks remotely. If you’re eager to learn more, visit this page which provides a excellent option to fix Suno voice output and elevate your audio without much hassle.

Geef een reactie

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *