Loading...

Knowledge Base
, ,

Bluehost Self-Managed VPS: Reimage Your Server for OpenLiteSpeed + Node.js Installation

Get your Node.js application up and running quickly with OpenLiteSpeed on Bluehost Self-Managed VPS. This guide walks you through installing the OpenLiteSpeed + Node.js Application template using the Bluehost Portal and accessing your server after installation.

Install OpenLiteSpeed + Node.js Using Bluehost Portal

To install OpenLiteSpeed + Node.js:

  1. Log in to your Bluehost Portal.
  2. In the left-hand menu, click Hosting.

    Self Managed VPS
     

  1. Click the Manage button on the Self-Managed VPS package you wish to manage.

    BH AM - Select Server - Manage
     

  2. Click the Reimage button.

    BH AM - Manage Server - Overview - Reimage button
     

  3. Select the Applications tab.

    BH AM - Manage Server - Overview - Install Application
     

  4. From the list, find OpenLiteSpeed + Node.js and click Select.

    BH AM - Manage Server - Overview - Install Application
     

  5. To confirm, please type "reimage" and then click Proceed to start the process.

    BH AM - Manage Server - Overview - Install Application
     

  6. Wait a few moments while the installation completes.

    BH AM - Install - OpenLiteSpeed + Node.js
     

  7. Once completed, you will see OpenLiteSpeed + Node.js listed in the Server Image section.

    BH AM - Manage Server - Overview - Install Application
     

Access Your OpenLiteSpeed + Node.js Dashboard

After installation completes:

  1. Log in to your Bluehost Portal.
  2. In the left-hand menu, click the Hosting tab.

    Self Managed VPS
     

  3. Look for the server you want to manage then click the View Details to see more options.

    Self Managed VPS
     

  4. Click the Reset Password.

    Self Managed VPS
     

  5. In the pop-up window, type your new root password, then click Reset Password again to confirm and save the changes.

    Self Managed VPS
     

  1. Connect to your VPS via SSH.
    Use your VPS IP and credentials with an SSH client, follow the prompts, and enter your root password when asked:
    ssh root@your_server_ip
  2. Retrieve your password by running this command.
    grep OLS_ADMIN_PASS /root/.app_passwords
  3. You will see the password for your dashboard.
    Example:
    root@server-123456:~# grep OLS_ADMIN_PASS /root/.app_passwords
    OLS_ADMIN_PASS=0pyjA1ItjdBvI05SEP3m34AC
  4. Access your Web UI. Enter the http://server_IP:7080/ in your browser.
    (Example: http://12.3.456.789:7080/)
  5. You will be redirected to your dashboard login page.

    Openlite Dashboard Login Page
     

  6. Enter the credentials you got from Steps 6 and 8. 
  7. You will be redirected to your dashboard.

    Openlite Dashboard
     

Summary

Bluehost makes it easy to deploy an OpenLiteSpeed + Node.js Application environment on a Self-Managed VPS. Simply access your VPS, select Reimage, choose OpenLiteSpeed + Node.js Application, confirm the installation, and wait for the setup to complete. Once installed, you can access your server through the Bluehost Portal and start deploying modern Node.js applications powered by the performance and efficiency of OpenLiteSpeed.

Loading...