Monétisez votre bande passante avec EarnApp
C'est quoi EarnApp ?
EarnApp est une application que vous pouvez installer sur n'importe quel modèle de Raspberry Pi (mais également
sur
votre smartphone ou votre ordinateur), pour partager votre bande passante inutilisée et être payé pour cela.
Enregistrement
Enregistrez votre compte sur le site : https://earnapp.com
Il faudra utiliser votre compte Google ou Facebook.
Il faudra utiliser votre compte Google ou Facebook.
Installation
Installer le programme sur votre Raspberry :
wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && sudo bash /tmp/earnapp.sh
Après le téléchargement, l'installation commence
pi@rasbian:~ $ wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && sudo bash /tmp/earnapp.sh ✔ Checking prerequisites... Installing EarnApp CLI Welcome to EarnApp for Linux and Raspberry Pi. EarnApp makes you money by sharing your spare bandwidth. You will need your EarnApp account username/password. Visit earnapp.com to sign up if you don't have an account yet To use EarnApp, allow BrightData to occasionally access websites through your device. BrightData will only access public In ternet web pages, not slow down your device or Internet and never access personal information, except IP address - see priv acy policy and full terms of service on earnapp.com. Do you agree to EarnApp's terms? (Write 'yes' to continue): yes
Une fois l'installation terminée, ouvrez votre navigateur et collez l'URL fournie pour lier l'appareil à votre
compte EarnApp
pi@rasbian:~ $ wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && sudo bash /tmp/earnapp.sh ✔ Checking prerequisites... Installing EarnApp CLI Welcome to EarnApp for Linux and Raspberry Pi. EarnApp makes you money by sharing your spare bandwidth. You will need your EarnApp account username/password. Visit earnapp.com to sign up if you don't have an account yet To use EarnApp, allow BrightData to occasionally access websites through your device. BrightData will only access public In ternet web pages, not slow down your device or Internet and never access personal information, except IP address - see priv acy policy and full terms of service on earnapp.com. Do you agree to EarnApp's terms? (Write 'yes' to continue): yes ✔ Installing... ✔ Creating directory /etc/earnapp ✔ Fetching earnapp-ssl3-aarch64-1.606.685 ae50202d0b5a6f583779337202ae043b /tmp/earnapp_1.606.685 ✔ Running /tmp/earnapp_1.606.685 install ✔ Moving /tmp/earnapp_1.606.685 to /usr/bin 2026-02-16 06:42:14.944 NOTICE: generated uuid: sdk-node-3833e6e20daf4f1ea83a68981f70fca2 Created symlink /etc/systemd/system/multi-user.target.wants/earnapp.service → /etc/systemd/system/earnapp.service. ✔ Service earnapp installed Created symlink /etc/systemd/system/multi-user.target.wants/earnapp_upgrader.service → /etc/systemd/system/earnapp_upgrader.service. ✔ Service earnapp_upgrader installed ✔ EarnApp is installed and running. ✔ Registered ✔ EarnApp is active (making money in the background) See usage options by running earnapp ⚠ You must register it for earnings to be added to your account. ⚠ Open the following URL in the browser: https://earnapp.com/r/sdk-node-f4f1e68981f70f3833e20daeaca23a68 ✔ Installation complete
Copiez / collez l'URL fournie (ici en jaune) dans votre navigateur pour lier votre appareil à votre compte EarnApp.
EarnApp fonctionne comme un service, ce qui signifie qu'il se lance automatiquement au redémarrage de votre système.
EarnApp fonctionne comme un service, ce qui signifie qu'il se lance automatiquement au redémarrage de votre système.
✔ Service earnapp_upgrader installed ✔ EarnApp is installed and running. ✔ Registered ✔ EarnApp is active (making money in the background) See usage options by running earnapp ⚠ You must register it for earnings to be added to your account. ⚠ Open the following URL in the browser: https://earnapp.com/r/sdk-node-f4f1e68981f70f3833e20daeaca23a68 ✔ Installation complete
Pour consulter vos gains et gérer votre compte, rendez-vous sur votre tableau de bord EarnApp.
Désinstaller :
Si vous souhaitez désinstaller EarnApp, vous pouvez le faire en exécutant la commande suivante :
sudo earnapp uninstall
Après avoir exécuté la commande de désinstallation, vous serez invité à confirmer la désinstallation d'EarnApp. Si vous choisissez de supprimer les fichiers de configuration, assurez-vous d'avoir ajouté votre appareil à votre tableau de bord EarnApp pour ne pas perdre vos gains accumulés.
pi@rasbian:~ $ sudo earnapp uninstall Are you sure you want to uninstall EarnApp? [y/N] y Removed "/etc/systemd/system/multi-user.target.wants/earnapp.service". ✔ Service earnapp removed Removed "/etc/systemd/system/multi-user.target.wants/earnapp_upgrader.service". ✔ Service earnapp_upgrader removed ✔ Removing /usr/bin/earnapp Do you also want to remove the config files? You may loose your earnings if you haven't added this device in the dashboard yet [y/N] y ✔ Removing /etc/earnapp/ ✔ EarnApp successfully removed