Server Control
Pair New Device
Use your client device to scan the QR code below and connect to this PCLink server.
Instructions:
- Install the PCLink companion app on your device
- Click "Generate Pairing QR Code" above
- Scan the QR code with the companion app (or manually enter the connection details if QR code is unavailable)
- 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
Loading devices...
Pending Pairing Requests
No pending requests
Server Configuration
Security
Notification Settings
Transfer Management
Checking for stale sessions...
Phone File Explorer
Loading files...
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.
netsh advfirewall firewall show rule name="PCLink"
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.
ipconfig
Diagnostic Commands
Run these commands from another computer to test accessibility.
curl -k https://SERVER_IP:PORT/health
netstat -an | findstr :PORT
ping SERVER_IP
PCLink Quick Start Guide
Use these commands to manage PCLink from the terminal. Click any command to copy it.
Basic Commands
pclink start
pclink stop
pclink status
pclink restart
Auto-Start at Boot
Configure PCLink to start automatically when you log in:
pclink startup enable
pclink startup disable
Other Commands
pclink --version
pclink --help
pclink webui
Mobile Pairing
Connect your mobile device to PCLink:
pclink pair
pclink qr
Logs & Debugging
View logs and troubleshoot issues:
pclink logs
pclink logs -f
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.