Dashboard

Total Accounts
đŸ‘Ĩ
0
Configured accounts
Online
đŸŸĸ
0
Active connections
Total Quota
📊
-
Across all accounts
Status
✅
Active
Proxy operational

Account Overview

📭

No accounts configured

Go to the Accounts page to add your first GitHub Copilot account

Manage Accounts

â„šī¸
Add your GitHub accounts here. You'll need a GitHub Personal Access Token for each account with repo, read:user, and copilot permissions.
đŸ‘Ĩ

No accounts yet

Click "Add Account" to configure your first GitHub Copilot account

Container Logs

âš ī¸
Logs are retrieved directly from Docker containers. If you don't see logs, run this command on your server:

docker logs copilot-account1 --tail 50
Select an account above to view logs

Configuration

â„šī¸
After adding accounts above, copy the generated configuration and apply it to your server using the commands below.

1. Environment Variables (.env)

# Add accounts in the Accounts page first

2. Docker Compose Configuration

# Add accounts in the Accounts page first

3. Apply Configuration

# SSH to your server and run:
cd /home/viktor/copilot-proxy

# Save the .env content above to .env file
nano .env

# Save the docker-compose content to docker-compose.yml  
nano docker-compose.yml

# Restart all containers
docker compose down
docker compose up -d

# Verify all containers are running
docker ps --filter "name=copilot"