Apex Terminal Intelligence
Ein hochperformantes SSH-Login Dashboard für Ubuntu & aaPanel. Visualisierte Echtzeit-Metriken, Security-Audits und Server-Status direkt im Terminal.
ssh adm_mmuster@web02
┌────────────────────────────────────────────────────────┐
│ VISIONGAIATECHNOLOGY • Managed Engine │
└────────────────────────────────────────────────────────┘
Logged as: adm_mmuster@web02.vgt.lan
Privileges: sudo
Sessions: 2 active (adm_mmuster(1), adm_schmidt(1))
OS: Ubuntu 24.04.2 LTS
Type: KVM Virtual Machine
Kernel: 6.8.0-51-generic
IP addresses: 10.42.7.21
Public IP: 185.220.14.77
Uptime: up 27 days, 14 hours, 3 minutes
Load average: 1.82, 1.47, 1.12 (4 cores)
Memory: RAM - 5.9G used, 1.9G available / 7.8G
██████████████████████████████████░░░░░░░
Disk (/): 58.7G used, 19.5G free / 78.2G
██████████████████████████████░░░░░░░░░░
Services: ● fail2ban ● aaPanel ● Nginx ● MySQL
Updates: 23 package(s) available (7 security)
⚠ System reboot required (kernel 6.8.0-52 pending)
── Security ───────────────────────────────────────────────
fail2ban: 6 IP(s) banned (extracted from logs)
aaPanel: running (master node)
── Banned IPs (last 24h) ──────────────────────────────────
45.134.26.118 sshd 2026-04-10 09:10
193.32.162.157 sshd 2026-04-10 08:25
162.243.141.92 nginx-bot 2026-04-10 03:12
── Recent Logins ──────────────────────────────────────────
adm_mmuster pts/0 100.95.218.213 still logged in
adm_schmidt pts/1 100.95.202.184 still logged in
adm_mmuster pts/0 100.95.218.213 Thu Apr 9 16:03
Managed by VGT OMEGA. All activity is strictly monitored.
System Integration
01
Standard Installation (Profile)
Für die schnelle Integration in die Shell-Initialisierung.
COPY
# Dashboard erstellensudo nano /etc/profile.d/vgt_motd.sh
# [Code aus Repo einfügen & speichern]
# Berechtigungen setzen
sudo chmod +x /etc/profile.d/vgt_motd.sh
02
VGT Apex Integration (Empfohlen)
Vollständige Ersetzung des Standard-Ubuntu-Logins für maximale Performance und Root-Datenzugriff (Fail2Ban Logs).
COPY
# Standard MOTDs deaktivierensudo chmod -x /etc/update-motd.d/*
# Dashboard als System-Service verschieben
sudo mv /etc/profile.d/vgt_motd.sh /etc/update-motd.d/99-vgt-dashboard
sudo chown root:root /etc/update-motd.d/99-vgt-dashboard
sudo chmod +x /etc/update-motd.d/99-vgt-dashboard
