Create an OpenLiteSpeed WordPress Instance from the NeevCloud Marketplace

OpenLiteSpeed

OpenLiteSpeed is an open-source web server that offers high-performance, event-driven architecture, and user-friendly web-based administration. It provides features like SSL/TLS support, rewrite rules compatibility, and built-in caching, making it suitable for handling high-traffic websites and applications.

Now, create an OpenLiteSpeed configuration to navigate to the NeevCloud dashboard.

Navigate to the Neevcloud dashboard, select Server, and click Create Cloud Server.

Select Image

Select the Marketplace

To navigate the Marketplace, then Select WordPress OpenLiteSpeed and Choose the version.

Hardware Configurations

Users can choose different CPU and RAM configurations to personalize their system. General Purpose and Memory Optimized, CPU Optimized, GPU Enabled, and Smart Servers are the options that are offered. Click these links for further information.

Select the volumes

Choose the volume size which will be your root disk,

Network Configuration

  • Public Network:- A public network is a type of network that is open and accessible to anyone, allowing users to connect freely. If you select a public network, you must configure it to allow public access to your server.

  • Private Network:- A private network is accessible only to specific individuals or organizations, ensuring that the general public cannot connect to it. If you choose a private network, you must first create a Private network.

Authentication

  • SSH_KEY:- An SSH KEY is a source access credential used in the Secure Shell(SSH) protocol, consisting of a pair of public and private keys that authenticate users and establish encrypted communication between a client and a server. it would be best if you had to create an SSH key to access your server.

Access to your server requires an SSH_KEY. It is mandatory

  • Password:- A password is a secret string of characters used to verify a user's identity and grant access to a system or resource.

To create a secure password with 10 characters, including symbols, Use a mix of uppercase and lowercase letters, Include numbers, and add special characters like !, $, #, etc. Avoid using easily guessable info like names or birthdates.

Generating SSH KEY

If you already have an SSH key, select it. If you don't have one, please follow this link to generate an SSH key

Add Security Group

Click on Add Security Group. Ensure the required ports for OpenLiteSpeed are allowed.

Enter the server name > Click Create Server.

Once your instance is created the status will change to Active, and other details will be shown.

SSH

Now How to access the OpenLiteSpeed server follow these steps, First, access the server via SSH using your SSH_key, also, if you want to access it by using Putty follow these links. Open the command prompt and navigate to the directory where you downloaded the SSH files.

NOTE:- If your SSH is not functioning, so you have to set the permission.

cd .\Downloads\
ssh -i  your_ssh_key  ubuntu@your_server_IP_add

To access OpenLiteSpeed, open your web browser and go to your server's public IP address followed by port 7080 (http://IP_ADD:7080). Use this to log into the admin panel.

Last updated