What's new

Tutorial Debian 9 OCS Panel Installer

Bon-chan

Forum Veteran
Joined
Mar 18, 2018
Posts
1,105
Reaction
4,852
Points
769
This script is for Debian 9 and 10 Linux Distribution only

OceanVPN OCS Panel

  • OCS Panel Source Code by Hostingtemurah
  • Panel base template by M4rshall
  • Base template fix and bash installer implementation by Bon-chan
OceanVPN OCS Panel source code is available at You do not have permission to view the full content of this post. Log in or register now.. Archive .zip download You do not have permission to view the full content of this post. Log in or register now.



Recommendations:
  • Your VPS/Instance must be freshly/newly Deployed
  • Your VPS/Instance must have root access or superuser permission(run sudo su - to access root)
  • Your VPS/Instance must be accessible through TCP Port 80
  • Minimum VPS/Instance Specification:512MB RAM, 1vCPU or Shared 1vCPU


Autoscript:
rm -f DebianOCS* && wget -q 'https://raw.githubusercontent.com/Bonveio/BonvScripts/master/DebianOCS-Panel' && chmod +x DebianOCS-Panel && ./DebianOCS-Panel

Note sa mga Gcloud/AWS/Cloudsigma/Azure/Oraclecloud Users(or Any VPS/Instance na under admin/sudo account:
sudo su - first bago mag run ng script



Some info about this script
  • ocs panel template: Bootstrap 4 Color Admin + Material Bootstrap 4(FatFree PHP Framework)
  • root directory ng panel: /home/panel/html
  • nginx config ng panel: /etc/nginx/conf.d/bonveio-panel.conf
  • nginx/mariadb version: default APT Stable package version for Debian
  • php version: 5.6
  • installed php modules: common,fpm,cli,mcrypt,curl,mysql,ssh2,json,mbstring and xml
 
Back
Top