Host websites and apps from your own PC through a tunnel. No port forwarding.
Your username becomes your subdomain. Example: username.hostish.site
1. Download the latest agent:
2. Edit the top settings in agent.py:
USERNAME = "your_username" PASSWORD = "your_password" WEBSITE_DIR = "C:/path/to/site" # Optional: # CUSTOM_404_ENABLED = True # CUSTOM_404_PATH = "404.html" # MODE = "static" | "proxy" | "hybrid"
3. Run it:
python agent.py
The agent will print your public URL in the terminal so you can test quickly.
Serves files directly from your WEBSITE_DIR.
For apps, APIs, AI backends, and mixed sites.