Video coming soon…
📁 Setup PairDrop — Local File Sharing in the Browser
Deploy PairDrop on Ubuntu — an open-source, AirDrop-like tool for sending files and messages between devices on the same network directly in the browser, no app or account required.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/files/pairdrop/pairdrop-ubuntu.sh
chmod +x pairdrop-ubuntu.sh
sudo bash pairdrop-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/files/pairdrop/pairdrop-ubuntu.sh
2 Make it Executable
chmod +x pairdrop-ubuntu.sh
3 Run the Installer
The script installs Docker if needed, pulls the LinuxServer PairDrop image, and starts it on port 3026 (mapped to the container's internal 3000). No accounts or volumes are required.
sudo bash pairdrop-ubuntu.sh
4 Open PairDrop on Two Devices
Open the PairDrop URL in a browser on two devices on the same network; they discover each other automatically:
http://<your-server-ip>:3026
Ports Used
| Port | Purpose |
|---|---|
| 3026 | Web UI + signaling WebSocket (host → container 3000) |