@echo off title Lab Dashboard Server ^& External Tunnel echo =================================================== echo Starting Lab Monitoring Server and External Tunnel... echo =================================================== echo. echo [1/3] Launching Python Server... start /b python server.py echo Waiting for server to initialize... timeout /t 2 >nul set PORT=5155 if exist data\active_port.txt ( set /p PORT=