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.
Check if docker was installed correctly run this code:
docker –version sudo docker run hello-world
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.
Playa3ull Games Masternode Set-up
Ready to set up a Playa3ull Games Masternode? Lets do this ! 🔥
STEPS TO INSTALL THE MASTERNODE ON A RACKNERD LINUX VPS:
sudo apt install docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo docker run hello-world
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.
IT'S ALIVE !!!
Related