Skip to content

Server Operations

These commands help inspect and operate an EasyRunner web host.

List and Details

er server list
er server update-details my-server --description "Production web host"

Verify Setup

er server verify my-server
er server verify my-server --include-security-scan

SSH Troubleshooting

er server ssh-connect-test my-server --username root

Use this when er server init, er app deploy, or logs commands cannot connect.

Reverse Proxy Logs

er server logs my-server --lines 100
er server logs my-server --since "1 hour ago"

These logs come from the Caddy reverse proxy service on the web host.

Intrusion Prevention

er server fail2ban-status my-server

Use this to inspect Fail2Ban jail status, policies, and banned IPs.

EasyRunner Stack Lifecycle

er server easyrunner-stop my-server
er server easyrunner-start my-server

Use these carefully. Stopping the EasyRunner stack can interrupt app routing.