Step 3: Install Hermes
Satu command untuk install semuanya. Kamu butuh:
Login ke Server
bash
ssh hermes@shell.cortex-ai.my.id -p YOUR_PORT
# Password: diberikan saat signupTIP
Port dan password ada di email/dashboard setelah signup. Kalau lupa, cek Customer Dashboard.
Jalankan Installer
bash
curl -fsSL https://9router.cortex-ai.my.id/install-hermes.sh | sudo bashInstaller akan tanya 2 hal:
=== Cortex AI — Hermes Setup ===
Telegram Bot Token: [paste token dari Step 1]
Telegram Owner ID: [paste chat ID dari Step 2]Tunggu ~3-5 menit. Installer akan:
| Step | Waktu | Keterangan |
|---|---|---|
| Install dependencies | ~1 min | Python, Node.js, system libs |
| Install Hermes Agent | ~1 min | AI assistant engine |
| Install CloakBrowser | ~2 min | Stealth browser (~200MB download) |
| Configure & Start | ~30s | Setup config + start services |
Output Setelah Selesai
============================================================
Hermes is LIVE!
============================================================
Telegram: Open your bot and send /start
SSH: ssh hermes@shell.cortex-ai.my.id -p 2201
API: https://9router.cortex-ai.my.id/v1
Tools installed:
- Hermes Agent (AI assistant)
- CloakBrowser (stealth browser automation)
Commands:
hermes status — check if Hermes is running
hermes restart — restart Hermes
hermes logs — view live logs
hermes config — edit configuration
============================================================Verifikasi
Cek Hermes jalan:
bash
hermes statusOutput yang diharapkan:
Hermes Agent v0.12.0
Status: running (PID 1234)
Uptime: 2 minutes
Telegram: connected
Model: gc/gemini-2.5-flashTroubleshooting Install
| Problem | Solusi |
|---|---|
Permission denied | Pastikan pakai sudo |
curl: command not found | apt install curl dulu |
| Download lambat | Tunggu, binary ~200MB |
hermes status = not running | hermes restart |
Checklist
- [ ] SSH ke server berhasil
- [ ] Installer selesai tanpa error
- [ ]
hermes status= running
Lanjut ke Step 4: Test Bot →