Ready to set up a Playa3ull Games Masternode? Lets do this ! 🔥
STEPS TO INSTALL THE MASTERNODE ON A RACKNERD LINUX VPS:
- Purchase a Racknerds VPS – I use them for all my $PRE and $GALA nodes and have had great success with them over the years.
- Go to https://intenseinvestor.com/deals and click on the 4GB / 3 core VPS server model.
- You will be taken to the Racknerds website. Proceed with purchasing the VPS.
- Make sure you click the Ubuntu 22.04 version but I think it will also work on the 20.04 version.
- Cost of the VPS will be around $3.50 / year which is very cheap with great performance.
- Download / Install PUTTY – Linux interface client software
- Download PUTTY here: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
- Open PUTTY – This is how we will access the VPS we just bought
- Racknerds should have sent you a IP address / password for the VPS you just bought.
- Type in the IP address into Putty then click continue.
- This will get you into the VPS server and you will see the black command line interface pop up.
- Type in ROOT for the username.
- Copy the password from the Racknerds email. Copy paste it at the command line where the cursor is at. You wont see anything but it has definitely been pasted.
- Now its time to run the commands to install Docker on your new Linux VPS.
- To install docker run this code:
- sudo apt update
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
- sudo apt update
- Check if docker was installed correctly run this code:
- docker –version
sudo docker run hello-world
- docker –version
- Now its time to install the Playa3ull Games Masternode Docker Image:
- Run this code to pull the image:
- docker pull ghcr.io/playa3ull/node
- Now run the image with this code:
- docker run ghcr.io/playa3ull/node
You will be prompted to login by authenticating your account via the dApp, which upon signing will automatically login the Master Node CLI to your account. (If you have a hard time selecting the link for the dApp then just copy the whole text into Notepad then select the link out of the text. Copy and paste it into your favorite browser.)
Once authenticated, you will be logged in and connected to the network!
Keep the software logged in and running in order to be eligible for rewards.
- Run this code to pull the image:
- To install docker run this code:
- That should do it !
IT'S ALIVE !!!













