Treat this token like a password. Do not share it, commit it to version control, or paste it in any chat or support ticket.
Store it only in your server's .env file.
If you believe it has been compromised, contact support immediately for a replacement.
Setup Guide
Get HoneyStack running in under 5 minutes
Prerequisites
Docker 24+ and Docker Compose v2 installed
Linux host — Ubuntu 22.04 LTS recommended
Root access or Docker group membership
Ports 80, 443, 8080 available (and your chosen service ports)
Installation Steps
1
Authenticate with the image registry
Log in to ghcr.io using your GHCR token from the Docker Access page.
Start all containers. The manager will validate your license key on startup.
docker compose up -d
docker compose logs manager -f # watch for "Validated OK"
5
Open the dashboard
Navigate to your server IP on port 8080. Start honeypot services from the dashboard.
open https://YOUR_SERVER_IP:8080
Billing
Manage your subscription and payment method
Current Plan
—
—
Next Payment
—
—
Payment Method
💳
—
—
Upgrade Plan
Pro
5 sensor nodes, all 10 services
£29/mo
Enterprise
Unlimited nodes, SSO, audit logs
£149/mo
Danger Zone
Cancel subscription
Your license and Docker access will be revoked at the end of the billing period. A 72-hour grace period applies.
Profile
Manage your account details
Account Details
Change Password
API Settings
Update integration credentials without redeploying the server
Stripe Configurationpayment processing
Resend Emailtransactional email
GitHub Docker Pull Tokensent to all paying customers
This token is included in every welcome email. Update it here if you rotate the GitHub PAT.
The new token will be used in all subsequent purchases — existing customers keep their current token until they next log into the portal.
⚠ Important Notes
Settings are stored securely in the database — no server restart needed
Stripe keys take effect immediately on the next checkout or webhook
Leave a field blank to keep the current value — blank = no change
After updating Stripe webhook secret, test with a £0 trial or Stripe CLI
After updating the GHCR token, verify it works: docker login ghcr.io