Initial commit — SETEC LABS Manager (Setec_CDM)
Flask-based VPS management panel with SSH remote command execution. Includes E2E encrypted SSH tunnel (AES-256-GCM + Go agent), setup wizard, security hardening tools, DNS management, firewall configs, monitoring, backup, and .sec patch update system. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
reload.bat
Normal file
7
reload.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
taskkill /f /im python.exe >nul 2>&1
|
||||
timeout /t 1 /nobreak >nul
|
||||
cd /d "%~dp0setec-web"
|
||||
start http://localhost:5000
|
||||
python app.py
|
||||
pause
|
||||
Reference in New Issue
Block a user