Server Control
Pair New Device
Scan this QR code with the PCLink app to link your device.
Setup Guide
- Install the PCLink companion app from your app store.
- Press the button above to generate a secure code.
- Scan the code and approve the request here.
Global Kill Switches
Disabling a service here turns it off for ALL devices, regardless of permissions.
Install Extension
Drop .zip bundle here or click to browse
UI Theme
Server Configuration
Access Control
Notifications
Danger Zone
Proceed with extreme caution. These actions cannot be undone.
System Logs
Streaming logs...
- Ensure both your PC and mobile device are on the Same WiFi network.
- Disable any active VPN or Proxy services while pairing.
- Router setting "AP Isolation" must be turned OFF.
- Check that your network is set to "Private" and not "Public" in OS settings.
If the companion app cannot see your PC, run these commands in CMD/Powershell as Administrator.
Check existing rule
netsh advfirewall firewall show rule name="PCLink"
Manually add allow rule
netsh advfirewall firewall add rule name="PCLink" dir=in action=allow program="C:\path\to\pclink.exe" enable=yes
Changing the port requires updating your system firewall manually to allow the new traffic.
Windows (netsh)
netsh advfirewall firewall add rule name="PCLink" dir=in action=allow protocol=TCP localport=38080
Linux (UFW)
sudo ufw allow 38080/tcp
Linux (Firewalld)
sudo firewall-cmd --permanent --add-port=38080/tcp && sudo firewall-cmd --reload
Service Actions
pclink start
pclink stop
pclink restart
Observation
pclink status
pclink logs -f
Fleet Management
pclink device list
pclink device revoke [id]
pclink device ban [id]
Role Assignment
pclink device perm [id] admin
Roles: admin | viewer | media | remote | none
Startup & UI
pclink startup enable
pclink tray disable
Utility
pclink qr
pclink fix-wayland