Basic Machine Requirement Installation

Putty Setup
Connect to your server using Putty using the account you set up earlier, the first time you connect you will get a message similar to this. Select Yes to proceed and save your server data to your local server cache. Putty Configuration
Once logged into the server execute the following commands. This will install all of the items that we need to make sure the server will run properly.
sudo apt-get update sudo apt-get upgrade sudo apt-get install -y mysql-server unzip mc htop openjdk-8-jre-headless php php-mysqli unzip |