Admin PanelAdmin Panel Setup

Admin Panel Setup Guide

This guide will walk you through the process of creating and running the installation script on your server. Follow each section carefully.


Switch to Root Directory

Open your terminal (Putty/CMD) and navigate to the system’s root directory.

cd /

Create install.sh in WinSCP

In your WinSCP application, go to the / directory and follow these visual cues to create a new file.

Create New File

1. Click New > File

Name the File

2. Name the file as install.sh

Paste the Script Code

Open the script provided in your package, copy all the text, and paste it into the WinSCP editor window. Save the file once done.

Paste Content

Run the Installation Commands

Now, use these commands in your terminal to start the automated setup.

We use dos2unix to ensure the script format is compatible with Linux.

sudo apt install dos2unix -y
dos2unix install.sh
chmod +x install.sh
sudo ./install.sh

Starting the Setup

When the script begins, you will see a welcome message.

Action: Look for the prompt and Press Enter to continue.

Press Enter

SSL & Email Configuration

The installer will ask for an email for SSL security. We recommend providing a valid email to receive security updates.

Email Prompt

Prompt for providing email

Enter Email Address

Type your email address and press Enter

Successful Completion

Once all services (Node, Nginx, MongoDB) are configured, you will receive a success confirmation.

Success Message

Congratulations! Your server is now ready. Total time taken: ~5-10 minutes.