Skip to content

B) Automatic guided Setup

MRColor edited this page Mar 1, 2025 · 10 revisions

1) Get the latest version

Using your preferred method get the latest version of this project.

  • Option 1) git clone the project.
  • Option 2) Download the latest version from Releases page.
  • Option 3) (Linux/MacOS) use a bash command like:
    • wget https://github.com/MRColorR/money4band/archive/refs/heads/main.zip && unzip main.zip
  • Option 4) (Windows) use a pwsh command like:
    • Invoke-WebRequest -Uri https://github.com/MRColorR/money4band/archive/refs/heads/main.zip -OutFile main.zip; Expand-Archive -Path main.zip -DestinationPath .\

2) Register an account on the app's sites using the following links.

Using the following referral links, register on the apps' sites. You should also receive a welcome bonus and at the same time you will effortlessly show that you appreciate my work (thank you so much).

  • If you are using login with google, remember to set also a password for your app account!

3) Complete the automatic guided setup using Money4Band application

  • Run from source code on any OS: open a terminal in the project folder or navigate to it then use the following command python3 .\main.py

  • Run from Release On linux open a terminal in the project folder or navigate to it then use the following commands to add execute permission and run the guided script to configure the .env file and then start the stack:

sudo chmod +x money4band
bash ./money4band
  • Run from Release on Windows: Open a Powershell (as Administrator) in the project folder or navigate to it then use the following commands to set the execution policy and run the guided script to configure the .env file and then start the stack:
set-executionpolicy -scope CurrentUser -executionPolicy Bypass -Force
money4band.exe

Within the script menu there are many options dedicated to:

  • Register for the various apps,
  • Automatically install docker for the less experienced who cannot perform the manual installation,
  • Setup all the apps with an unified guided setup that will also generate the .env file and docker-compose file,
  • Application stack start/stop helper,
  • Tools to reset the configurations made in case of problems.

If you already have docker installed the only mandatory items you need to use are the SetupApps entry and the start app stack entry of the menu.

4) Enjoy your passive income

  • Keep in mind if you have several ip, you can run a stack on each ip to increase revenue, but running several time this stack on same ip should not give you more. You can also install some of this apps on your smartphone and use also your mobile network to earn.
  • While the docker stack is running you can access the web dashboard navigating with your browser to http://localhost:8081/

Clone this wiki locally