QAServer

Python-based SSH & Web Application Server

🚀 Quick Overview

QAServer is a dynamic server framework where every Python file becomes a runnable node, accessible via SSH and Web.

It combines interactive terminal apps with a modern web UI, allowing seamless development of tools, tutorials, and services.

🌐 Live Endpoints

HTML Test Page:
qashtml.webdevcode.de

SSH Test Server (you need to have cloudflared installed):
ssh -o ProxyCommand="cloudflared access ssh --hostname %h" [email protected]

Endpoints Info:
ssh -o ProxyCommand="cloudflared access ssh --hostname %h" [email protected]

⚙️ Core Features

🧠 How It Works

💻 Example SSH Usage

ssh [email protected] -p 2222

Each username maps to a specific Python node.