Reference

Complete technical reference for Alpacon CLI, API, and troubleshooting.

Technical documentation

Resources

Quick reference

Common CLI commands

# Connect to server
alpacon websh production
 
# Execute command
alpacon websh staging "systemctl status nginx"
 
# List servers
alpacon server list
 
# Create access token
alpacon token create --name ci-token

API endpoints

# Execute command
POST /api/events/commands/
{
  "server": "7e3984de-49ab-4cc6-bcdf-21fbd35858b8",
  "line": "deploy latest",
  "username": "ubuntu"
}
 
# List servers
GET /api/servers/
 
# Get user info
GET /api/iam/users/-/

Getting help