Accessing Settings
Click your profile avatar in the top right corner and select Settings from the dropdown menu.Profile
View and manage your account information:- Email Address - Your account email (read-only)
- User Profile - View your profile information
To change your email address, contact support. Profile information is managed through your authentication provider.
API Keys
Manage API keys for CLI and programmatic access to Nixopus.Viewing API Keys
See all your API keys in a table showing:| Column | Description |
|---|---|
| Name | The descriptive name you gave the key |
| Created | When the key was created |
| Expires | Expiration date (or “Never”) |
| Actions | Copy, view, or delete options |
Creating API Keys
- Click Create API Key
- Enter a descriptive name (e.g., “Production CI/CD”, “Local Development”)
- Click Create
- Copy the key immediately - you won’t be able to see it again
Managing API Keys
- Copy - Copy the key to your clipboard
- Delete - Remove an API key (requires confirmation)
Best Practices
- Use descriptive names - Name keys by purpose (e.g., “GitHub Actions - Production”)
- One key per environment - Use separate keys for development, staging, and production
- Rotate regularly - Regenerate keys periodically for security
- Never commit keys - Always use environment variables or secrets management
GitHub Connectors
Manage your connected GitHub accounts and installations.Viewing Connectors
See all your GitHub connectors with:- Connection Status - Connected or Not Connected
- Installation ID - GitHub App installation identifier
- Actions - Disconnect or reconnect options
Connecting GitHub
- Go to Settings > Connectors
- Click Connect GitHub (or go to the Repositories tab)
- Authorize Nixopus in GitHub
- Select repositories to grant access
Disconnecting GitHub
- Go to Settings > Connectors
- Find the connector you want to remove
- Click disconnect
Organization Settings
If you’re part of an organization, you can:- Switch between organizations using the profile dropdown
- View organization-specific settings
- Manage organization resources
Organization features are available for team accounts. Contact support to set up an organization.
Notification Preferences
Configure how you receive notifications about:- Deployment status updates
- Build failures
- Health check alerts
- Billing notifications
Notification preferences are coming soon. Currently, notifications appear in the dashboard.
Security
Session Management
- Sessions expire after a period of inactivity
- You can sign out from any device using the profile dropdown
- Multiple sessions are supported
API Key Security
- API keys are stored securely and encrypted
- Keys never appear in URLs or logs
- Rotate keys if you suspect they’ve been compromised
Troubleshooting
Can’t Access Settings
- Make sure you’re logged in
- Try refreshing the page
- Clear your browser cache
API Key Not Working
- Verify you copied the entire key
- Check that the key hasn’t been deleted
- Ensure you’re using the correct key for your organization
GitHub Connector Issues
- Reconnect your GitHub account
- Check GitHub App permissions
- Verify repository access in GitHub