Back to all features
GitHub Integration

Repository Browser

Browse all accessible repositories with search and filter. Select repos for deployment without leaving the app.

Repository Browser screenshot in Server Compass

Repository Browser Walkthrough

Repository Browser replaces complex workflows with a few clicks. Here's the process.

1

Connect GitHub

Link your GitHub account through the OAuth integration.

2

Select Repository

Browse and select repositories from your connected accounts.

3

Configure Repository Browser

Set up Repository Browser for your deployment workflow.

Command Line Life

Doing It Manually Without Repository Browser

Think Repository Browser is overkill? Here's the alternative: raw terminal commands and manual config files.

1

Generate GitHub token

Create a personal access token.

terminal
# Go to GitHub.com
# Settings > Developer settings > Personal access tokens
# Generate new token (classic)
# Select scopes: repo, workflow
# Copy token (you'll only see it once!)

Tokens expire. You'll be doing this again.

2

Configure git on server

Set up authentication.

terminal
ssh root@your-server-ip
git config --global credential.helper store
# Clone using HTTPS with token
git clone https://[email protected]/username/repo.git
# Token is now in plaintext in ~/.git-credentials

Token stored in plaintext file. Security risk.

3

Set up deploy key (safer)

Or use SSH keys for each repo.

terminal
# Generate key
ssh-keygen -t ed25519 -C "deploy-key-myapp"
# Copy public key
cat ~/.ssh/id_ed25519.pub
# Go to GitHub repo > Settings > Deploy keys > Add
# Paste the key
# Repeat for every single repository
The Easy Way

Let Server Compass Handle It

Server Compass replaces all those commands with a beautiful UI. Repository Browser just works—click, configure, done.

  • Visual interface
  • No terminal needed
  • Built-in error handling
  • Works on any VPS
Download Server Compass$29 • Lifetime license
Capabilities

Repository Browser Capabilities

Everything you need for github integration in one integrated tool, replacing complex CLI commands and manual configuration.

Get Started
Browse all accessible repositories with search and filter
Select repos for deployment without leaving the app
Integrated with Server Compass's GitHub Integration suite
Integrated with Server Compass's GitHub Integration suite

Why Repository Browser Matters

Server management shouldn't require a DevOps team. Repository Browser makes professional-grade github integration accessible to everyone.

One-Click Setup

Repository Browser connects via OAuth, requiring no personal access tokens or manual GitHub App configuration.

Full Repository Access

Repository Browser lets you browse, search, and select repositories directly within Server Compass.

Secure Authentication

Repository Browser uses OAuth 2.0 for secure GitHub access without storing your credentials.

Multi-Account Support

Repository Browser allows linking personal and organization accounts for flexible deployment workflows.

Common Questions About Repository Browser

Common questions about Repository Browser in Server Compass

How do I access Repository Browser in Server Compass?

Repository Browser is available in the GitHub Integration section of Server Compass. Simply connect to your server, navigate to GitHub Integration, and you'll find Repository Browser ready to use. No additional setup or plugins required.

Does Repository Browser require any server-side installation?

No. Server Compass operates as a desktop application that connects to your server via SSH. Repository Browser works through this connection without installing any agents or packages on your server (except the optional monitoring agent for resource tracking).

Is Repository Browser included in all Server Compass plans?

Yes. Every Server Compass feature, including Repository Browser, is included with the one-time $29 payment. There are no tier restrictions, add-ons, or per-server fees. You get all 90+ features for all your servers.

Can I use Repository Browser with any VPS provider?

Repository Browser works with any VPS or dedicated server that supports SSH access and Docker. This includes DigitalOcean, Hetzner, Vultr, Linode, AWS EC2, Google Cloud, Azure, and any other provider. It also works with local servers and homelab setups.

What makes Repository Browser different from command-line alternatives?

Repository Browser provides a visual, intuitive interface that replaces complex CLI commands and configuration files. You get real-time feedback, safety confirmations, and a consistent experience across all your servers without memorizing syntax or writing scripts.

Try Repository Browser Today

Download Server Compass and get access to Repository Browser along with 89 other features. One-time $29 payment. No subscriptions. No per-server fees.