A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Old computers that are idle at home can be a headache as they can’t be sold for a good price and their performance doesn’t meet current demands. However, by following these steps, you can make them useful again, earn extra income, and serve as a home server:

  1. Install a Lightweight Linux System: Choose a suitable operating system like Ubuntu or CentOS based on personal preference.
  2. Configure Network Connection:
    • Try to apply for a public IPv4 address (which may be difficult to obtain in some regions).
    • Alternatively, enable IPv6 support on your modem to allow external access to this computer.
  1. Set Up Dynamic Domain Name Resolution: Use a DDNS service (recommended ddns-go tool) to ensure stable access even if the IP changes.
  2. Install Baota Panel: This makes it easier to manage and deploy applications, suitable for beginners.
  3. Deploy CDN Projects: Join platforms like “Sparrow Cloud” to earn income by contributing storage space and bandwidth. This not only makes the old computer useful but also brings economic returns. I hope this solution helps you!

1. Install Ubuntu

Ubuntu server download link:

https://ubuntu.com/download/server

USB drive creation tool download link:

https://www.ventoy.net/cn/download.html

Create a bootable USB drive, install the Ubuntu system, and refer to the installation tutorial at the following link:

https://blog.csdn.net/qianhouhuan/article/details/140150789

2. After Successful Installation, Install Baota Panel

The installation command is as follows:

wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh && sudo bash install_panel.sh ed8484bec

After successful installation, install Docker, databases, etc.

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

At this point, the local server has been set up.

3. Install ddns-go to Resolve Your Domain Name

Home broadband generally defaults to having public IPv6, and in some regions, you can apply for a public IPv4 from your local operator. Set it up as follows:

https://mp.weixin.qq.com/s/mj3v6ytaJvVZjlBRV-6rmQ

Use Docker to install ddns-go, open an SSH tool to connect to your server, and use the following command to install:

docker run -d --name ddns-go --restart=always --net=host -v /opt/ddns-go:/root jeessy/ddns-go

After successful installation, enter your domain name + 9876 in the browser to access the ddns-go page.

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Register a Cloudflare account, bind your domain, obtain an API key, and resolve your domain name. Detailed operations can be found at the following tutorial link:

https://post.smzdm.com/p/a3xpz3z7/

Now, your server can be accessed from anywhere using your domain name.

4. Make Your Server Earn Money

Install Sparrow Cloud PCDN, registration link:

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Execute the following command in the server’s SSH window:

wget https://download.niulinkcloud.com/init/start-smallbox-m-v1.sh
bash start-smallbox-m-v1.sh

Wait until you see the following QR code, use the mini-program to scan and bind it.

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Next, just wait for it to automatically earn money for you. Here’s a glimpse of my daily earnings:

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

In this way, you not only have a server but also save a lot of expenses, achieving multiple benefits. Why not take action!!!

Friends, are you excited? Hurry up and make use of your unused old laptops to let them shine again. Everyone is welcome to join the group for communication and explore more interesting ways to play.

A Must-Read for Tech Enthusiasts! Build a Home Server with an Idle Computer and Earn Money

Leave a Comment