Skip to content

Step 3: Install Hermes

Satu command untuk install semuanya. Kamu butuh:

  • Bot Token (dari Step 1)
  • Chat ID (dari Step 2)
  • SSH access ke server (diberikan saat signup)

Login ke Server

bash
ssh hermes@shell.cortex-ai.my.id -p YOUR_PORT
# Password: diberikan saat signup

TIP

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 bash

Installer 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:

StepWaktuKeterangan
Install dependencies~1 minPython, Node.js, system libs
Install Hermes Agent~1 minAI assistant engine
Install CloakBrowser~2 minStealth browser (~200MB download)
Configure & Start~30sSetup 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 status

Output yang diharapkan:

Hermes Agent v0.12.0
Status: running (PID 1234)
Uptime: 2 minutes
Telegram: connected
Model: gc/gemini-2.5-flash

Troubleshooting Install

ProblemSolusi
Permission deniedPastikan pakai sudo
curl: command not foundapt install curl dulu
Download lambatTunggu, binary ~200MB
hermes status = not runninghermes restart

Checklist

  • [ ] SSH ke server berhasil
  • [ ] Installer selesai tanpa error
  • [ ] hermes status = running

Lanjut ke Step 4: Test Bot →

Powered by Cortex AI