guides/getting-started.md
Getting Started
Use this sequence for the least friction:
- Access Modes
- Portainer Stack Deployment
- Linking and Auth Flow
- Troubleshooting
- Setup Response Reference
Deployment Checklist
- Docker is installed
- You can access
http://<SERVER_IP>:3000 - You chose a connection mode:
relay(default)open-port
First Endpoint to Check
GET /api/v1/system/setup
This endpoint is public and drives first-run onboarding.
Auth Header for Protected APIs
Use:
X-Mino-Key: <api_key>
Example:
curl http://<SERVER_IP>:3000/api/v1/system/capabilities \
-H "X-Mino-Key: <API_KEY>"
Local Build Path
If you are developing from source, use Local Build.