PacketStream
Earn €2 per month per device connected to the network with PacketStream.
Installing PacketStream will allow you to earn money, safely, by sharing your Internet connection on your idle devices.
Secure money
Payment : PayPal.
Rate in France: $0.1/GB.
Operating Systems (OS)
Linux, Windows, Docker, MacOS.
Compatible with Raspberry Pi, Synology NAS and VM.
Features
Limited to 1 device per IP.
Transfers from $5: 3% fee.
Installation of PacketStream
Installing Docker on Linux Debian :
1 2 3 4 5 6 |
sudo apt-get -y update sudo apt-get -y install ca-certificates curl gnupg lsb-release curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | sudo sudo apt-get -y update sudo apt-get -y install docker-ce docker-ce-cli containerd.io |
Installation of IPRoyal in Docker :
1 |
sudo docker run -d --restart unless-stopped -e CID=psrefcodehere --name psclient packetstream/psclient:latest |