Akademiacademy / hermes-101 / command-sheet

Hermes 101 Command Sheet

Copy station - Commands only. Guna ini semasa live setup. Replace placeholders sebelum run. Jangan paste secrets ke screenshot atau public chat.

Apa benda ni

Ini quick copy/paste sheet untuk Hermes 101.

Kenapa penting

Semasa setup, kamu perlukan command yang bersih lebih daripada explanation panjang.

Apa nak buat

Run SSH command dari laptop terminal kamu. Selepas login, run command server yang lain dalam VPS terminal. Kalau kamu tak pasti berada di mana, tanya sebelum teruskan.

Laptop command - SSH into server:

Terminal command
ssh root@YOUR_SERVER_IP

VPS commands - update server:

Terminal command
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl git tmux

Add 2GB swap:

Terminal command
sudo fallocate -l 2G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile || true
grep -q '^/swapfile ' /etc/fstab || echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
free -h

Jika /swapfile sudah wujud, tanya facilitator sebelum rerun seluruh block.

Install Hermes:

Terminal command
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
source ~/.bashrc
hermes --version
hermes doctor

Set up model/API dengan OpenRouter sebagai default:

Terminal command
hermes model

Atau run full wizard:

Terminal command
hermes setup

Guna exact starter model daripada facilitator. Jangan pilih random premium model.

Start Hermes:

Terminal command
hermes

Optional gateway:

Terminal command
hermes gateway setup
hermes gateway install
hermes gateway status

Downloads:

Common mistakes

  • Run commands dengan YOUR_SERVER_IP belum diganti.
  • Copy dua command blocks sekali bila kamu hanya perlu satu.
  • Share API keys semasa minta bantuan.
  • Anggap optional gateway commands sebagai wajib.

Next step

Guna Optional Telegram Setup hanya selepas core path berjalan.