Reference
Complete technical reference for Alpacon CLI, API, and troubleshooting.
Technical documentation
CLI reference
Complete documentation for all Alpacon CLI commands.
API reference
RESTful API endpoints, parameters, and examples.
Resources
Troubleshooting
Solutions for common issues and error messages.
FAQ
Frequently asked questions about Alpacon.
Glossary
Definitions of Alpacon terms and concepts.
Release notes
Latest updates, features, and improvements.
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": "production",
  "command": "deploy latest"
}
 
# List servers
GET /api/servers/
 
# Get user info
GET /api/iam/users/-/
Getting help
- Discord Community: Join Discord
 - Email Support: support@alpacax.com
 - GitHub: Report Issues
 
Related sections
- Learn Alpacon - Getting started and tutorials
 - Use Alpacon - Day-to-day operations
 - Integrate - CI/CD and automation