Support · 02 / 03
Hermes 101 Command Sheet
Copy core Hermes 101 setup commands tanpa theory.
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:
ssh root@YOUR_SERVER_IPSwipe sideways if a command is long.
VPS commands - update server:
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl git tmuxSwipe sideways if a command is long.
Add 2GB swap:
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 -hSwipe sideways if a command is long.
Jika /swapfile sudah wujud, tanya facilitator sebelum rerun seluruh block.
Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
source ~/.bashrc
hermes --version
hermes doctorSwipe sideways if a command is long.
Set up model/API dengan OpenRouter sebagai default:
hermes modelSwipe sideways if a command is long.
Atau run full wizard:
hermes setupSwipe sideways if a command is long.
Guna exact starter model daripada facilitator. Jangan pilih random premium model.
Start Hermes:
hermesSwipe sideways if a command is long.
Optional gateway:
hermes gateway setup
hermes gateway install
hermes gateway statusSwipe sideways if a command is long.
Downloads:
Common mistakes
- Run commands dengan
YOUR_SERVER_IPbelum 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.