Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
1.8 KiB
1.8 KiB
Final Step: Create API Token
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Your .env file is configured with your Proxmox connection details. You now need to create the API token and add it to the .env file.
Quick Steps
Option 1: Via Proxmox Web UI (Recommended - 2 minutes)
-
Open Proxmox Web Interface:
https://192.168.11.10:8006 -
Login with:
- User:
root - Password:
L@kers2010
- User:
-
Navigate to API Tokens:
- Click Datacenter (left sidebar)
- Click Permissions
- Click API Tokens
-
Create Token:
- Click Add button
- User: Select
root@pam - Token ID: Enter
mcp-server - Privilege Separation: Leave unchecked (for full permissions)
- Click Add
-
Copy the Secret:
- ⚠️ IMPORTANT: The secret is shown only once!
- Copy the entire secret value
-
Update .env file:
nano ~/.envReplace this line:
PROXMOX_TOKEN_VALUE=your-token-secret-hereWith:
PROXMOX_TOKEN_VALUE=<paste-the-secret-here> -
Save and verify:
./scripts/verify-setup.sh
Option 2: Delete Existing Token First (if it exists)
If the token mcp-server already exists:
- In Proxmox UI: Datacenter → Permissions → API Tokens
- Find
root@pam!mcp-server - Click Remove to delete it
- Then create it again using Option 1 above
After Token is Configured
Test the connection:
# Verify setup
./scripts/verify-setup.sh
# Test MCP server
pnpm test:basic
Your Current Configuration:
- Host: 192.168.11.10 (ml110.sankofa.nexus)
- User: root@pam
- Token Name: mcp-server
- Status: ⚠️ Token value needed