How to install Hermes Agent on Ubuntu
What you need
Step 1: Connect to your VPS
ssh root@your-server-ipStep 2: Update your system
sudo apt update && sudo apt upgrade -yStep 3: Install Python and pip
python3 --version
# If you need Python 3.11 specifically
sudo apt install python3.11 python3.11-venv python3-pip -yStep 4: Install uv (fast Python package manager)
Step 5: Install Hermes Agent
Step 6: Configure your API key
Step 7: Test that it works
Running Hermes as a service (optional)
Common issues
"Command not found: hermes"
"uv: command not found"
Where to go from here
Last updated