📟 P2P Log Tail & Terminal
Turn your phone into a wireless hacker terminal. Push log streams from your PC and monitor them in real-time on your mobile device anywhere.
Stream Local Log File
Select a local file to read line-by-line and push it to the monitor terminal.
Mock Server Logs
Generate continuous mock server logs to test the wireless terminal connection.
Manual Input Console
Ultra-Low Latency
Streams raw text over WebRTC UDP data channels. Line-by-line delivery latency is often under 10ms, faster than many cloud SSH terminals.
RAM Safety & Privacy
Server logs often contain sensitive business logic or user data. P2P ensures your stream goes directly to your phone without passing through any third-party servers.
DOM Overflow Protection
High-frequency logging will crash normal web pages. The mobile terminal includes a sliding-window truncator that keeps only the latest 500 lines, ensuring smooth performance.
Chunked File Streaming
Even if you select a massive .log file, the system uses the File API to read and push it line-by-line via chunking, preventing browser memory overflow.