Stream Generator & High-Octane Live Audio Broadcaster. Broadcast pre-recorded prank segments with real-time soundboard injection and custom stream overlays.
Service Port5002
Primary URLbeef.kajexpro.com
Active Server
RAGU PLAYER
YouTube Prank Call Analyzer. Automatically extract, transcribe, analyze, and catalog classic prank calls with DeepSeek, Gemini, and OpenAI-driven models.
Service Port5000
Primary URLragu.kajexpro.com
Active Server
TAGS SUITE
Premium YouTube SEO Suite. Extract keywords, audit tags, track search ranks, optimize titles, and catalog search results with an integrated SQLite database.
Service Port5001
Primary URLtags.kajexpro.com
Central server setup instructions. Authenticated as admin.
Configure Spaceship DNS Manager
Go to your Spaceship Dashboard → Domain List → click on kajexpro.com → go to Advanced DNS. Add the following records:
Type
Host (Name)
Value (Target IP)
Purpose
A Record
@
34.44.29.119
Points main landing page to VPS
A Record
www
34.44.29.119
Optional WWW redirect to VPS
A Record
beef
34.44.29.119
Maps beef.kajexpro.com to VPS
A Record
ragu
34.44.29.119
Maps ragu.kajexpro.com to VPS
A Record
tags
34.44.29.119
Maps tags.kajexpro.com to VPS
Note: DNS propagation can take anywhere from 5 minutes to 2 hours depending on Spaceship settings.
Set Up Nginx as a Reverse Proxy
Login to your VPS server (IP: 34.44.29.119) via SSH, install Nginx, and configure the subdomains to automatically route to your running Flask/Python apps.
Install Nginx (Ubuntu/Debian)
sudo apt update
sudo apt install nginx -y
Copy configuration file
I have built the config file at /home/dutywrapper/pasta/web/kajexpro.conf. Simply run:
Certbot will ask you questions (like entering email). Select 2 to redirect all traffic to HTTPS automatically. It will auto-modify your Nginx file and handle renewal!
Keep your bots running 24/7 in the background
To prevent the Python scripts from shutting down when you close your SSH terminal, configure them as systemd system services. Copy the configurations that I pre-built for you: