Kick Proxyless Viewer Simulator
A Docker-based GUI application for viewing Kick.com streams with built-in Tor proxy support.
This tool enables multiple containerized Streamlink sessions with automatic Tor routing for enhanced privacy and connection management.
SUPPORTER EDITION ALLOWS UNLIMITED SESSIONS: Ko-fi Link
FREE EDITION: https://github.com/JimWas/Kick-Proxyless...Simulator/
Actively Developed & Updated
✨ Features
? What It Does
Each container created by the app:
? System Requirements
Requirement
Minimum
RecommendedOS
Windows 10/11 (64-bit)
–
Docker
Docker Desktop
Latest stable
RAM
4GB
8GB+ for multi-container
Network
Stable internet connection
–
⚡ Installation
? Usage
First Run Setup
⚙️ Configuration Options
Container Settings
? Managing Containers
)
? Troubleshooting
Common Issues
? Log Analysis
Check the Logs tab for:
? Technical Details
? Configuration File
Settings are saved in
:
⚠️ Known Limitations
? Version Info
? Disclaimer
⚠️ This tool is for educational and legitimate streaming purposes only.
Ensure compliance with Kick.com’s Terms of Service and local laws regarding proxy usage.
FREE EDITION:
https://github.com/JimWas/Kick-Proxyless...Simulator/
SUPPORTER EDITION ALLOWS UNLIMITED SESSIONS
https://ko-fi.com/s/a61547e0b9
A Docker-based GUI application for viewing Kick.com streams with built-in Tor proxy support.
This tool enables multiple containerized Streamlink sessions with automatic Tor routing for enhanced privacy and connection management.
SUPPORTER EDITION ALLOWS UNLIMITED SESSIONS: Ko-fi Link
FREE EDITION: https://github.com/JimWas/Kick-Proxyless...Simulator/
Actively Developed & Updated
✨ Features
- ? Multiple Container Management – Run multiple simultaneous stream sessions
- ?️ Built-in Tor Proxy – Each container routes traffic through Tor
- ? Docker Integration – Fully containerized with automatic setup
- ? GUI Interface – User-friendly interface with tabs for different functions
- ? Quality Selection – Supports 1080p, 720p, 480p, and more
- ? Output Options – Stream to stdout or save to file
- ? Real-time Monitoring – View logs and container status live
- ⚙️ Configuration Management – Save & load settings
? What It Does
Each container created by the app:
- Starts a Tor daemon with SOCKS5 proxy
- Runs Streamlink with the Kick.com plugin through Tor
- Streams to stdout or saves to a file
- Operates independently from other containers
- Start/stop sessions
- View logs
- Configure and save settings
? System Requirements
Requirement
Minimum
RecommendedOS
Windows 10/11 (64-bit)
–
Docker
Docker Desktop
Latest stable
RAM
4GB
8GB+ for multi-container
Network
Stable internet connection
–
⚡ Installation
- Install Docker Desktop and verify it works:
Code:
docker --version
docker info
- Quick Start
- Download
from the Releases pageCode:kick-proxyless-viewer-simulator.exe
- Place it in a folder with write permissions
- Run the
Code:.exe
- Download
? Usage
First Run Setup
- Open the app → Docker tab
- Click Create Docker Files
- Click Build Image (
) → wait 5–10 minutesCode:streamlink-tor
- Enter a Kick.com URL (e.g.,
)Code:https://kick.com/username
- Select stream quality (480p / 720p / 1080p)
- Choose output mode (stdout / file)
- Set number of containers
- Click Start Containers → monitor progress in the Logs tab
⚙️ Configuration Options
Container Settings
- Name Prefix – Customize container naming
- Default Quality – Set preferred resolution
- Auto-remove – Clean up stopped containers
- stdout – Print stream to console (default)
- file – Save streams (auto-named, configurable directory)
? Managing Containers
- Right-click a container → Stop, View Logs, Remove
- Bulk Actions: Stop All / Refresh Status
- Image Management: Build, Pull, List images
Code:
./docker_build
Code:
docker_build/
├── Dockerfile # Docker image config
├── kick.py # Streamlink Kick.com plugin
├── torrc # Tor configuration
└── start_with_tor.py # Container startup script
? Troubleshooting
Common Issues
- Docker Not Available → Ensure Docker Desktop is running
- Build Fails → Check internet, clear cache:
Code:
docker system prune
- Containers Fail to Start → Verify image exists
- Stream Connection Problems → Check Kick URL, try different quality, wait 30–60s for Tor
- RAM: Each container uses ~200–500MB
- CPU: More containers = higher CPU load
- Network: Tor routing may reduce speed (lower quality helps)
? Log Analysis
Check the Logs tab for:
- Container startup progress
- Tor connection status
- Streamlink connection details
- Error/debug messages
? Technical Details
- Base Image:
Code:python:3.11-slim
- Proxy: Tor SOCKS5 (
)Code:localhost:9050
- Streamlink Version: 7.5.0
- Plugin: Custom Kick.com plugin with cloudscraper support
- Isolated container environments
- Tor anonymized connections
- No persistent storage
- Automatic container cleanup
? Configuration File
Settings are saved in
Code:
streamlink_docker_config.json
Code:
{
"docker_image": "streamlink-tor",
"default_quality": "480p",
"output_directory": "",
"auto_remove_containers": true,
"container_prefix": "streamlink-session"
}
⚠️ Known Limitations
- Requires active internet + Docker Desktop running
- Some networks may block Tor
- Stream quality depends on source availability
? Version Info
- Python: 3.11
- GUI: Tkinter
- Docker SDK: Python
- Streamlink: 7.5.0
- Tor: Integrated
? Disclaimer
⚠️ This tool is for educational and legitimate streaming purposes only.
Ensure compliance with Kick.com’s Terms of Service and local laws regarding proxy usage.
FREE EDITION:
https://github.com/JimWas/Kick-Proxyless...Simulator/
SUPPORTER EDITION ALLOWS UNLIMITED SESSIONS
https://ko-fi.com/s/a61547e0b9
Screenshot 2025-08-27 202741.png