Run multiple Telegram bots in one group. Each bot has its own personality and job. They route messages between each other automatically.
Self-hosted Python Telegram API No monthly feeJalankan banyak bot Telegram dalam satu grup. Masing-masing punya kepribadian dan tugas sendiri. Mereka saling mengoper pesan secara otomatis.
Self-hosted Python Telegram API Tanpa biaya bulananRelayBot is the "brain" that connects your Telegram bots together.
Normally, multiple Telegram bots can't talk to each other. Each bot only responds when directly mentioned. RelayBot changes that — it creates a team where bots work together, share messages, and route tasks based on keywords.
RelayBot adalah "otak" yang menghubungkan bot Telegram lo.
Biasanya kalo lo punya beberapa bot Telegram, mereka gak bisa saling ngobrol. Masing-masing cuma denger perintah yang ditujukan langsung ke dia. RelayBot mengubah itu — mereka jadi satu tim yang kerja sama, berbagi pesan, dan ngalihin tugas berdasarkan kata kunci.
/newbot and follow instructionsMoniMonitor_bot)Time: 3 minutes per bot. Free.
You need a VPS (Virtual Private Server) — a computer that runs 24/7. Costs start at $5/month. Recommended: DigitalOcean, Vultr, idcloudhost.
Once you have your VPS, run 3 commands:
# 1. Download RelayBot wget https://relay-bot.jenss.me/download?token=YOUR_PURCHASE_TOKEN -O relaybot.zip # 2. Extract & install unzip relaybot.zip && cd relaybot && python3 setup.sh # 3. Add your bot tokens nano .env
Not familiar with terminal? No problem — the product includes a detailed PDF guide with every command ready to copy-paste. Email me if you get stuck.
This is where your bots come to life. Edit a text file — no coding needed.
Bot 1: "Moni" Role: Monitor Style: Direct, to the point Keywords: "status", "progress", "check", "deadline" Greeting: "Moni. Tracking progress — what's up?" Bot 2: "Kodi" Role: Programmer Style: Short, no small talk Keywords: "code", "debug", "error", "bug" Greeting: "Got code for me?" Bot 3: "Reese" Role: Researcher Style: Friendly, gives context Keywords: "find", "research", "search", "what is" Greeting: "Hey! Looking for something?"
If you tag the wrong bot, RelayBot automatically routes to the right one based on keywords.
/newbot dan ikuti petunjuknyaMoniMonitor_bot)Waktu: 3 menit per bot. Gratis.
Lo perlu VPS (Virtual Private Server) — komputer online 24 jam. Mulai $5/bulan (Rp 80rb). Rekomendasi: DigitalOcean, Vultr, idcloudhost.
Setelah punya VPS, tinggal 3 perintah:
# 1. Download RelayBot wget https://relay-bot.jenss.me/download?token=YOUR_PURCHASE_TOKEN -O relaybot.zip # 2. Ekstrak & install unzip relaybot.zip && cd relaybot && python3 setup.sh # 3. Masukkan token bot lo nano .env
Gak familiar dengan terminal? Tenang — produknya termasuk panduan PDF lengkap. Tinggal copy-paste. Kalo mentok, email gue.
Ini bagian yang bikin bot lo "hidup". Edit file teks — gak perlu coding.
Bot 1: "Moni" Tugas: Monitor (Pengawas) Gaya: Langsung, to the point Kata kunci: "status", "progress", "cek", "deadline" Sapaan: "Moni. Ada yang perlu dicek?" Bot 2: "Kodi" Tugas: Programmer Gaya: Pendek, gasuka basa-basi Kata kunci: "coding", "debug", "error", "bug" Sapaan: "Ada code?" Bot 3: "Reese" Tugas: Researcher (Pencari Info) Gaya: Ramah, doyan ngasih konteks Kata kunci: "cari", "riset", "apa itu", "research" Sapaan: "Halo! Nyari apa?"
Kalo salah tag bot, RelayBot otomatis ngalihin ke bot yang bener berdasarkan kata kunci.
Code bot, doc bot, QA bot, release bot — each handles its domain in one group.
Bot coding, dokumentasi, QA, release — masing-masing handle bidangnya sendiri.
Greeter bot, FAQ bot, moderator bot, event bot — distribute the workload.
Bot penyambut, FAQ, moderator, event — kerjaan terbagi rapi.
Sales bot, support bot, finance bot — compartmentalized expertise.
Bot sales, support, finance — masing-masing fungsi punya bot sendiri.
Reminder bot, note bot, search bot, weather bot — all in one private group.
Bot pengingat, catatan, pencari info, cuaca — di satu grup pribadi.
Yes. You only need to:
Stuck? Email jenss.nft@gmail.com — I'll help.
A VPS is a virtual computer that runs 24/7. You rent it monthly. Starts at $5/month (≈ Rp 80,000). Providers: DigitalOcean, Vultr, idcloudhost.
Unlimited. RelayBot handles 10+ bots on a $5 VPS. Need more? Upgrade your VPS.
No. Just Python 3.10+. No Docker, no database, no Kubernetes.
Yes. Tag multiple bots in one message — RelayBot routes each part to the right bot.
RelayBot runs on your own server. No third-party servers process your data. Full control.
30-day money-back guarantee. No questions asked.
Bisa. Lo cuma perlu:
Kalo mentok, email jenss.nft@gmail.com — gue bantu.
VPS = komputer virtual online 24 jam. Disewa bulanan. Mulai $5/bulan (Rp 80rb). Provider: DigitalOcean, Vultr, idcloudhost.
Gak terbatas. RelayBot handle 10+ bot di VPS $5. Mau lebih? Upgrade VPS.
Gak perlu. Cuma Python 3.10+. Gak perlu Docker, database, atau Kubernetes.
Bisa. Tag beberapa bot dalam satu pesan — RelayBot ngalihin ke bot masing-masing.
RelayBot jalan di server lo sendiri. Gak ada data lewat server pihak ketiga. Lo pegang kendali penuh.
Garansi 30 hari uang kembali. Gak ada ribet.
From zero to running RelayBot on your own server. Follow these steps in order.
Dari nol sampe RelayBot jalan di server lo. Ikutin langkah-langkah ini urut.
RelayBot needs a 24/7 server. The cheapest option is Tencent Cloud Lighthouse — they have a promo for new users starting at $10/year (≈ Rp 160,000 per tahun).
RelayBot butuh server online 24 jam. Paling murah Tencent Cloud Lighthouse — ada promo untuk pengguna baru mulai $10/tahun (≈ Rp 160.000 setahun).
tencentcloud.com → click "Free Trial" or "Sign Up"
43.156.52.181). This is your server's address.
You need an SSH client to access your server.
In your terminal (or PuTTY), type:
Lo butuh aplikasi SSH buat akses server.
Di terminal (atau PuTTY), ketik:
ssh root@<IP_SERVER_LO>
Replace <IP_SERVER_LO> with your server's public IP.
For example: ssh root@43.156.52.181
yes when asked about fingerprintGanti <IP_SERVER_LO> dengan IP publik server lo.
Contoh: ssh root@43.156.52.181
yes kalo ditanya fingerprintCopy and paste these commands one by one into your server terminal:
Copy-paste perintah ini satu per satu ke terminal server lo:
# Update system packages apt update -y && apt upgrade -y # Install Python and pip apt install -y python3 python3-pip python3-venv # Install Git apt install -y git # Verify installation python3 --version
If you see "Python 3.10+" or higher, you're good.
Kalo muncul "Python 3.10+" atau lebih tinggi, berhasil.
After purchasing RelayBot, you'll receive a download link. Then run:
Setelah beli RelayBot, lo dapet link download. Lalu jalankan:
# Create a folder for RelayBot mkdir -p /root/relaybot && cd /root/relaybot # Download (replace URL with actual download link) wget https://relay-bot.jenss.me/download?token=YOUR_PURCHASE_TOKEN -O relaybot.zip # Unzip unzip relaybot.zip # Install Python dependencies pip install -r requirements.txt # Edit your bot configuration nano .env
In the .env file, add your bot tokens (from @BotFather):
Di file .env, masukin token bot lo (dari @BotFather):
RELAY_BOT_TOKEN_1=1234567890:ABCdefGHIjklmnOPQrstuvwXYZ RELAY_BOT_TOKEN_2=0987654321:ZYXwvutsrqponMLKJihgfedcba
Save: Ctrl+X → Y → Enter
Simpan: Ctrl+X → Y → Enter
python3 bridge.py
You should see: RelayBot started — 3 bots online. Your bots are now live! 🎉
Keep it running 24/7: Press Ctrl+C to stop, then set it up as a service:
Lo bakal liat: RelayBot started — 3 bots online. Bot lo udah online! 🎉
Biar jalan terus 24/7: Tekan Ctrl+C buat stop, lalu set sebagai service:
# Install as system service (auto-start on reboot) cp relaybot.service /etc/systemd/system/ systemctl enable --now relaybot # Check status systemctl status relaybot
Hermes Agent is an AI agent platform that integrates with RelayBot for advanced automation. Your RelayBot bots can delegate complex tasks (coding, research, analysis) to Hermes sub-agents.
Hermes Agent adalah platform AI agent yang terintegrasi dengan RelayBot buat automation tingkat lanjut. Bot RelayBot lo bisa delegasi tugas kompleks (coding, riset, analisis) ke sub-agent Hermes.
# Install Hermes Agent curl -fsSL https://hermes-agent.nousresearch.com/install.sh | sh # Set up configuration hermes setup # Connect your AI provider (options: OpenAI, Anthropic, OpenRouter, DeepSeek, etc.) hermes config set provider openrouter hermes config set model deepseek/deepseek-chat # Test it hermes run "Hello, Hermes!"
Hermes RelayBot integration allows your Telegram bots to:
Integrasi Hermes RelayBot memungkinkan bot Telegram lo untuk:
Want to create a landing page for your own bot team service? RelayBot includes a pre-built landing page that you can customize and deploy:
Mau bikin halaman landing buat layanan tim bot lo sendiri? RelayBot includes halaman landing siap pakai yang bisa lo kustomisasi dan deploy:
# Install nginx and FastAPI apt install -y nginx pip install fastapi uvicorn # Deploy landing page cd /root/relaybot/landing python3 -m uvicorn main:app --host 0.0.0.0 --port 8090 & # Configure nginx as reverse proxy (config included) cp nginx-relaybot.conf /etc/nginx/sites-available/default systemctl reload nginx
Your landing page is now live at http://<YOUR_SERVER_IP>.
Need help? Email jenss.nft@gmail.com — I'll help you with any step.
Halaman landing lo sekarang online di http://<IP_SERVER_LO>.
Butuh bantuan? Email jenss.nft@gmail.com — gue bantuin langkah demi langkah.
$15 one-time
$49 one-time
$147 one-time
Add-on: Monthly Maintenance — $7/mo
Monitoring, backups, priority support
💳 Payment: Lemon Squeezy / Gumroad / USDT Crypto / Wise
Rp 250k sekali bayar
Rp 750k sekali bayar
Rp 2,2jt sekali bayar
Add-on: Maintenance Bulanan — Rp 100k/bln
Monitoring, backup, support prioritas
💳 Pembayaran: QRIS / BCA / Mandiri / GoPay / USDT
Choose your package. We'll send payment instructions within 24 hours.
Pilih paket. Kami kirim panduan pembayaran dalam 24 jam.