Install PairDrop on ubuntu 24.10

$sudo -i
$sudo apt update -y && sudo apt upgrade -y

$git clone https://github.com/schlagmichdoch/PairDrop.git && cd PairDrop
$sudo apt install npm
$npm install
$npm start


PairDrop will run on port 3000, but once exit npm, it will stop.


$sudo npm install pm2@latest -g
$cd /root/PairDrop/server
###change port number in index.js file
$pm2 start index
$pm2 startup systemd