How to host Drupal on SSD Nodes Server - ServerAvatar

Published : Sep 16, 2024

Share This Post

cloud-platform

SSD Nodes

SSDNodes is a hosting provider. SSDNodes offers dependable and scalable hosting solutions to individuals and corporations because of its speed and affordability.

Get started with SSD Nodes
application

Drupal

Drupal is a free and open-source CMS platform that allows you to create stunning websites within minutes. In addition, you can use its plenty of themes and modulus to extend the functionality of your site. And with that, it's available in multiple languages, so it's easy to target your users from various countries.

More info

Drupal is an open-source content management system (CMS) designed to accommodate businesses of varying sizes, providing essential tools for content creation, website management, and user engagement. Drupal supports complex web solutions while remaining user-friendly for developers and content editors alike. When selecting a hosting solution for Drupal, SSD Nodes stands out as a reliable option with scalable infrastructure and simple deployment solutions. ServerAvatar makes the deployment of the Drupal application on the SSD Nodes platform straightforward through a simplified process.

Create a Server in SSD Nodes

Getting started with SSD Nodes:

Discover how to create an account and set up a cloud VPS on SSDNodes, a top hosting provider. Follow our simple, step-by-step guide to get your account up and running quickly and easily, so you can start managing your hosting services today.

SSDNodes offers dependable and scalable hosting solutions to individuals and corporations because of its speed and affordability. They provide an infrastructure to host webpages, software, and other internet services effectively.

Step 1: Setup Cloud VPS with SSD Nodes

  • First, log in to your SSD Nodes account and navigate to the Servers option. Next, click on Purchase a New Server from the dropdown menu.

Create a Server in SSD Nodes

Step 2: Select the plan

  • SSD Nodes Offer two Different VPS plans:
    1. Standard VPS
    2. Performance VPS
  • You have to select a Plan according to your needs. After selecting your plan just click on Get Started.

Create a Server in SSD Nodes

Step 3: Finalizing Your VPS Selection

  • In the following step, You will see the summary of your selected VPS Plan. Click Proceed to Checkout if you are satisfied with the plan you have chosen, or select Customize Your Own Server to modify your VPS server according to your requirements.

Create a Server in SSD Nodes

Step 4: Customizing the VPS Configuration

  • You can see your selected plan as shown in the below image.

Create a Server in SSD Nodes

  • You can select the billing cycle based on your requirements.

Create a Server in SSD Nodes

  • You have the option to select a server location that is more convenient for you. It is recommended to select the location that is closest to your audience. It means that for the majority of your audience, Your sites will load faster due to lower latency.

Create a Server in SSD Nodes

  • Now, you have to select your preferred operating system; we recommend selecting Ubuntu 20.04 64-bit or Ubuntu 22.04 64-bit. If you are using ServerAvatar to manage your servers, these operating systems are required.

Create a Server in SSD Nodes

  • Now, there is an Advance Options section where you can configure settings according to your requirements. Additionally, you can add a Public SSH Key and specify the Server's Name and Description. Once you've set up your Advanced Options, proceed to the payment checkout.

Create a Server in SSD Nodes

  • Review and confirm all the choices you've made for your VPS and Click on the Proceed to Checkout option.

Create a Server in SSD Nodes

Step 5: Finalizing Your Order and VPS Deployment

  • Now, you need to confirm and complete the payment, also you can review the Order Summary on the same page as shown in the image below. After you've completed the payment process, your VPS will be set up quickly and will be ready for use in a minimum amount of time.

Create a Server in SSD Nodes

  • Congratulations! You have successfully created your SSD Nodes VPS, which is now ready to connect with ServerAvatar.

Initial Server Configuration

The Initial server configuration includes the installation and configuration of various packages required to host your website. Usually, You have to write commands and modify configuration files. Luckily, With ServerAvatar, Your full server configuration and optimization can be automated.

Here are the three ways to automatically configure your server with ServerAvatar.

Install and Setup Drupal CMS with ServerAvatar

Step 1: Download the Drupal Latest Release Zip file

Visit Drupal's official site and Download Drupal Latest release zip file. You can see the download page in the following image.

Drupal zip file

Step 2: Create a PHP Application

On the server panel, access the Application tab from the sidebar and click the Create button, as shown in the image below.

Create application

Next, fill in the required details to create an application, including the Application Name and Domain Name.

The latest version of Drupal runs on PHP version 8.1. So to change the version, check the Show Advanced Options box and change the PHP version of your application like the below image.

Create application

Note That:

If you want to host Drupal CMS on your domain, then make sure to point your domain to the current IP address of your server, and for that:

  1. Log in to your hosting provider site, where you buy your domain. You can check your domain information with one click.

  2. Access DNS Manager to edit your DNS records(contact the support team if you don’t find them)

  3. Change the IP address of A Record of your website to the current server’s IP address.

Click the Create Application button after filling in the required details.

Step 3: Create a Drupal Database

On the server panel, Click the Database tab from the sidebar to create a MySQL database for Drupal.

Create database

ServerAvatar will create a database by filling in database details, including Database Name, Username, and Password.

Database creation form

Once you are done, Click the Create Database button, and ServerAvatar will create your database in seconds.

Step 4: Upload the Drupal Zip file

ServerAvatar has a built-in File Manager feature, so you won't need FTP clients to manage files.

To Upload a zip file on your application, go to the application panel of your created application in step 2 and click the File Manager tab.

Delete the index.html directory

Now access the public_html directory and delete the index.html directory to avoid forbidden errors on the site.

Delete the index.html directory

Upload Drupal Zip file

After deleting the file, it’s time to upload the Drupal zip file to the public_html directory. And for that, Click on the upload icon or Drag and Drop the zip file from your system.

Upload Drupal zip file

Uncompress the Zip file

Unzip/Uncompress the uploaded Zip file in the public_html directory like the following image.

Uncompress zip file

Delete the zip file after successfully uncompressed.

Move files to the public directory

Click on the folder created in the public_html directory where all the files are located. Select all files, including hidden files, and move them to the public_html folder.

Move files to the public directory

Step 5: Install SSL Certificate

SeverAvatar allows you to install automatic SSL certificates with one click to keep users' data secure and verify your site ownership.

To install SSL on your website, click the SSL Certificates tab from the application panel.

Install SSL

Click the Automatic Installation button like the above image. You can also ensure Force HTTP to HTTPS to secure the communication between the browser and your website.

Step 6: Install and Setup Drupal

Open the URL of your application on the web browser. The setup page will appear like the following image.

Choose language

Drupal supports more than 100 languages.

Drupal choose language

Choose the one you want for your site and click the Save and Continue button.

Choose Profile

Select a profile from the given three installation profiles.

Select installation profile

It would be recommended to Install the Standard profile and click the Save and continue button.

Verify Requirements

It verifies your site requirements and redirects to the next step if everything is fine.

Set up database

Enter the database credentials that we have created in step 3. It includes the database name, database user, and password.

Drupal database configuration

Advanced Options include-

  • Host: leave this field as it is if your database is hosted on the same server as an application
  • Port Number: 3306 is recommended for MySQL/Aurora/MariaDB
  • Table Name Prefix: Enter the database table name prefix as your choice

Click the Save and continue button.

Install Site

It can proceed to install Drupal on your site if all the information is correct. It’ll show you the installation status like the following image.

Install Drupal process

Configure Site

Site Information

Enter your site information, including-

  • Site Name: Enter the name of your site as you want.
  • Site Email Address: Automated emails related to the site, including reset password and registration details, will be sent from this email.

Configure site

Site Maintenance account

Enter a Special user account information that can perform account-level tasks such as making backups and applying site updates. The account you set up has full administrative privileges.

Site maintenance

  • Username: Enter a username that is used for logging in to the Drupal Administrative interface
  • Password: Enter the password for the admin login
  • Email Address: Ente admin email address
Regional Settings

Enter the regional-specific information, including-

Regional settings

  • Default Country: Select the name of your country.
  • Default Time Zone: Select a time zone based on your location

Tick all the boxes under the Update Notification section to automatically check for updates and receive notifications.

Click the Save and continue button after filling in the required details.

Step 7: Drupal Admin panel

Completing all the above steps results in access to the Drupal admin panel, which looks like the following image.

Drupal admin panel

That’s it. Now you can create an intuitive website or complex web application easily with a few clicks.