Server Control

Server Address Loading...
Port 38080
Version Loading...
Connected Devices 0
Uptime Just started

Pair New Device

Use your client device to scan the QR code below and connect to this PCLink server.

Instructions:

  1. Install the PCLink companion app on your device
  2. Click "Generate Pairing QR Code" above
  3. Scan the QR code with the companion app (or manually enter the connection details if QR code is unavailable)
  4. Approve the pairing request when prompted

💡 Scanning Tips:

  • Hold your device 6-12 inches from the screen
  • Disable dark mode browser extensions (like Dark Reader) for this website
  • Ensure good lighting and steady hands
  • Use the "Manual Entry Data" button if scanning fails

Connected Client Devices

Devices: 0

Loading devices...

Pending Pairing Requests

No pending requests

Server Configuration

Restart required to change port

Security

Notification Settings

Show notification when a client device connects
Show notification when a client device disconnects
Show notification when a new device requests pairing
Show notification when updates are available

Transfer Management

Partial uploads (.part) and download sessions older than this will be automatically cleaned up.

Checking for stale sessions...

Phone File Explorer

Loading files...

0 items selected

Services Center

Granularly enable or disable specific API features for security and customization.

Loading services...

Server Logs

Loading logs...

Connection Troubleshooting

Having trouble connecting? Use these diagnostics to resolve common issues.

Common Issues Checklist
  • Server is running (check system tray/status above)
  • Firewall allows PCLink (see below)
  • Both devices on same WiFi/Network
  • No VPN active on either device
  • IP addresses in same subnet (e.g. 192.168.1.x)
Firewall Configuration

Windows Firewall is the most common cause of connection issues. Ensure PCLink is allowed.

Check if PCLink rule exists
netsh advfirewall firewall show rule name="PCLink"
Add Firewall Exception (Run as Admin)
netsh advfirewall firewall add rule name="PCLink" dir=in action=allow program="C:\path\to\pclink.exe" enable=yes
Network Requirements

Both devices must be on the same local network subnet.

  • IP Ranges: Usually 192.168.x.x, 10.x.x.x, or 172.16.x.x
  • VPN Warning: Disable VPNs as they route traffic through external servers.
  • Router Isolation: Ensure "AP Isolation" is disabled on your router.
Show Windows IP configuration
ipconfig
Diagnostic Commands

Run these commands from another computer to test accessibility.

Test server health endpoint
curl -k https://SERVER_IP:PORT/health
Check if port is listening (on server)
netstat -an | findstr :PORT
Test basic network connectivity
ping SERVER_IP

PCLink Quick Start Guide

Use these commands to manage PCLink from the terminal. Click any command to copy it.

Basic Commands

Start PCLink server in background
pclink start
Stop running PCLink server
pclink stop
Check if server is running
pclink status
Restart the server
pclink restart

Auto-Start at Boot

Configure PCLink to start automatically when you log in:

Enable auto-start at system login
pclink startup enable
Disable auto-start at system login
pclink startup disable

Other Commands

Show PCLink version
pclink --version
Show all available commands
pclink --help
Open PCLink web interface in browser
pclink webui

Mobile Pairing

Connect your mobile device to PCLink:

Display QR code and pairing info for mobile app
pclink pair
Display connection QR code in terminal
pclink qr

Logs & Debugging

View logs and troubleshoot issues:

Display the application log file
pclink logs
Follow logs in real-time (like tail -f)
pclink logs -f
PCLink Logo

PCLink

Secure remote PC control from any device

About PCLink

Cross-platform desktop app for secure remote PC control and management, featuring a lightweight built-in WebUI and API for local or remote access. It consists of this open-source desktop server and companion apps for various platforms including iOS and Android.