Installation Guide

Detailed documentation, requirements, and steps to provision jiocp on your servers.

1 System Requirements

To maintain high security and avoid software configuration conflicts, jiocp must be installed on a fresh, clean Linux distribution layout without Apache, Nginx, MySQL, or PHP pre-installed.

Resource Minimum requirement Recommended
Operating System Ubuntu 20.04 LTS, Debian 11 Ubuntu 24.04 LTS, Debian 12, Rocky Linux 9
RAM footprint 512 MB physical memory 1 GB or more
CPU cores 1 vCPU Core 2 vCPU Cores or more
Free storage space 15 GB free space 40 GB or more (SSD/NVMe)

2 Run the Installer Script

Establish an active SSH connection to your clean VPS/Server state as user root (or a user with administrator sudo privileges) and run the installer block based on your OS:

#curl -sS https://jiocp.com/install.sh | bash

3 Verify and First login

Once the automated provisioning completes (usually takes between 90 to 120 seconds), the console will print out your unique administrative URL path along with default login credentials:

========================================================================
✔ jiocp Administration Portal successfully compiled and started!
========================================================================

Panel Login URL: https://your-server-ip:8888/login_safe_path
Username:        admin_jiocp
Password:        a7b9x2w10zPq!

Note: Remember to configure port exceptions for 8888 inside VPS firewalls.

4 Post-Install Configurations

To guarantee a secure production server environment, we recommend performing the following configuration updates directly inside the settings dashboard:

  • Modify default port: Update the panel access port (default 8888) to a custom random value to mitigate automatic port scanning script bots.
  • Secure URL suffix: Define a unique login path directory suffix instead of `/login_safe_path` to keep panel access highly private.
  • Limit binding IP: Bind panel administration access strictly to a VPN gateway or static administrative IP range if available.