mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-06-29 10:08:36 +00:00
Page:
Troubleshooting DE
Pages
API Reference DE
API Reference FR
API Reference ZH
API Reference
ARM Installation DE
ARM Installation FR
ARM Installation ZH
ARM Installation
Acknowledgments
Android ToolBox
Anti Track
Architecture
Browser Extension
CATEGORIES DE
CATEGORIES EN
CATEGORIES FR
CATEGORIES ZH
CTL Grammar
Configuration DE
Configuration FR
Configuration ZH
Configuration
Device Categories
ESPRESSObin DE
ESPRESSObin FR
ESPRESSObin ZH
ESPRESSObin
Eye Remote
FAQ Troubleshooting
Financing Model
Fiscal Notes
Hardware Matrix
Home DE
Home FR
Home ZH
Home
Installation DE
Installation FR
Installation ZH
Installation
Live USB DE
Live USB FR
Live USB QEMU
Live USB VirtualBox
Live USB ZH
Live USB
MODULES DE
MODULES EN
MODULES FR
MODULES ZH
Multi Agent Worktree
Multiboot
QEMU ARM64
Roadmap
Smart Strip
Sponsor a Port
Support
ThreatMesh FR
ThreatMesh
Troubleshooting DE
Troubleshooting FR
Troubleshooting ZH
Troubleshooting
UI COMPARISON
VirtualBox Setup
1
Troubleshooting DE
CyberMind-FR edited this page 2026-04-27 12:48:25 +02:00
Table of Contents
SecuBox Fehlerbehebung
Schnelldiagnose
# Systemstatus
secubox-status
# Alle Dienste prüfen
systemctl status secubox-* --no-pager
# Logs anzeigen
journalctl -u secubox-* -f
# Netzwerkdiagnose
secubox-netdiag
Häufige Probleme
Web UI nicht erreichbar
Symptome: Browser zeigt Verbindung abgelehnt oder Timeout
Lösungen:
-
Prüfen ob nginx läuft:
systemctl status nginx systemctl restart nginx -
Firewall prüfen:
nft list ruleset | grep 443 -
IP-Adresse verifizieren:
ip addr show br-lan -
Zertifikat prüfen:
openssl x509 -in /etc/secubox/tls/cert.pem -text -noout
SSH-Verbindung abgelehnt
Lösungen:
-
SSH-Dienst prüfen:
systemctl status sshd -
Firewall erlaubt SSH:
nft list ruleset | grep 22 -
Listening-Port verifizieren:
ss -tlnp | grep ssh
Kein Internet für LAN-Clients
Lösungen:
-
NAT aktiviert prüfen:
nft list table inet nat -
IP-Forwarding prüfen:
sysctl net.ipv4.ip_forward -
DHCP-Server prüfen:
systemctl status dnsmasq -
WAN-Interface hat IP:
ip addr show eth0
CrowdSec blockiert nicht
Lösungen:
-
CrowdSec läuft prüfen:
systemctl status crowdsec cscli metrics -
Bouncers prüfen:
cscli bouncers list -
Entscheidungen prüfen:
cscli decisions list
WireGuard verbindet nicht
Lösungen:
-
Interface ist aktiv:
wg show -
Port ist offen:
ss -ulnp | grep 51820 nft list ruleset | grep 51820 -
Schlüssel konfiguriert:
cat /etc/wireguard/wg0.conf
Hohe CPU/Speicherauslastung
Lösungen:
-
Ressourcenverbrauch prüfen:
htop # oder secubox-glances -
Blockierte Prozesse suchen:
ps aux --sort=-%cpu | head -10 -
Auf ESPRESSObin (wenig RAM):
# Swap aktivieren falls nicht bereits swapon --show free -h
Log-Speicherorte
| Dienst | Log-Speicherort |
|---|---|
| System | journalctl |
| Nginx | /var/log/nginx/ |
| HAProxy | /var/log/haproxy.log |
| CrowdSec | cscli metrics / journalctl -u crowdsec |
| SecuBox Module | journalctl -u secubox-* |
| Audit | /var/log/secubox/audit.log |
Wiederherstellungsmodus
Über serielle Konsole (ARM)
- Serielle Konsole verbinden (115200 8N1)
- Booten und U-Boot unterbrechen
- In Single-User-Modus booten:
=> setenv bootargs "root=LABEL=rootfs single" => boot
Über GRUB (x86)
- Im GRUB-Menü
edrücken singlezur Kernel-Zeile hinzufügen- F10 zum Booten drücken
Auf Werkseinstellungen zurücksetzen
# WARNUNG: Dies setzt alle Konfigurationen zurück!
secubox-factory-reset
# Oder manuell:
rm -rf /etc/secubox/modules/*
cp /usr/share/secubox/defaults/* /etc/secubox/
systemctl restart secubox-*
Netzwerk-Debugging
Datenverkehr aufzeichnen
# Auf WAN-Interface
tcpdump -i eth0 -w /tmp/wan.pcap
# Auf LAN-Bridge
tcpdump -i br-lan -w /tmp/lan.pcap
Routing prüfen
ip route show
ip rule show
DNS-Probleme
# DNS-Auflösung prüfen
dig @127.0.0.1 google.com
# dnsmasq prüfen
systemctl status dnsmasq
cat /etc/resolv.conf
Hilfe erhalten
- Logs prüfen:
journalctl -xe - Wiki prüfen: MODULES-DE für modulspezifische Hilfe
- GitHub Issues: Fehler melden
Siehe auch
- Configuration — Konfigurationsreferenz
- Installation — Installationsanleitung
- ARM-Installation — ARM-spezifische Probleme
- ESPRESSObin — ESPRESSObin-spezifische Anleitung
SecuBox | FR | DE | 中文 | v2.2.4-pre1
Projet
Soutenir
🔴 BOOT — Démarrer
- Multiboot ⭐
- Live-USB-VirtualBox
run-vbox.sh - Live-USB-QEMU
run-qemu.sh - Live-USB | FR | DE | 中文
- Installation | FR | DE | 中文
- ARM-Installation | FR | DE | 中文
- ESPRESSObin | FR | DE | 中文
- Eye-Remote 📡
- Android-ToolBox 📱 one-tap R3
- Browser-Extension 🧩 cartographie
- QEMU-ARM64 🖥️
🟢 ROOT — Configuration
- Configuration | FR | DE | 中文
- Troubleshooting | FR | DE | 中文
🟣 MIND — Modules
- Anti-Track 🛡️ bloque · empoisonne · anonymise
- ThreatMesh 🛰️ blocklist souveraine (feeds + mesh, sans CAPI) | FR
- MODULES-EN 🇬🇧
- MODULES-FR 🇫🇷
- MODULES-DE 🇩🇪
- MODULES-ZH 🇨🇳
🔵 MESH — Référence
- API-Reference | FR | DE | 中文
- UI-COMPARISON
🟠 WALL — Matériel
🤖 Workflow Agents
- Multi-Agent-Worktree — un agent · une issue · une branche
Liens
SecuBox-Deb · Licence : CMSD-1.0 (Source-Disclosed)
Contact : CyberMind · Gérald Kerma · Notre-Dame-du-Cruet, Savoie
Hardware-Matrix · Acknowledgments · Wiki v2.5.0