EasyPON documentation
  • How to install EasyPON
    • 🍥Guide for Debian 11
      • Install EasyPON
      • Upgrade EasyPON
      • Repair EasyPON installation
      • Access EasyPON
    • 🐳Docker compose installation guide
      • Automatic Docker compose installation
      • Upgrading Docker compose build
      • Repair Docker compose build
      • Manual Docker compose installation
      • Access EasyPON in Docker
  • Access & Management
    • Login page
    • User Profile
    • Permissions
    • Users
    • Periodic Tasks
    • Integration
  • OLT workspace
    • Actions on the OLT
    • OLT information
    • Port Migrations
  • ONU configuration features
    • Presets for ONU
      • ZTE с220 v1 GPON
      • ZTE с320/300 v1 GPON
      • ZTE с320/300 v2 GPON
    • Actions for ONU
    • Macros list
  • ONU workspace
    • ONU registration
    • ONU search
    • All ONU
    • ONU detailed info
    • ONU Filmware versions
    • Duplicated ONU
    • ONU command line interface
  • Building workspace
    • All buildings
    • Building
  • Event log
  • Dashboard
  • Switch
  • Reports
  • 📔EasyPON Information
    • Supported hardware
    • ONU functions
    • OLT functions
    • Release History
  • ❔FAQ
Powered by GitBook
On this page
  1. How to install EasyPON
  2. Guide for Debian 11

Install EasyPON

To install EasyPON, run the following command in your terminal:

apt update && apt install curl -y
bash <(curl -k https://cabinet.easypon.in/install_ep.sh) install

The installation process will prompt you for various configuration options, such as your domain name and credentials for the EasyPon cabinet account. Also, it is required to choose the EasyPON license which will be installed. Once installed it can not be reinstalled again.

Please contact technical support if you want to reset your EasyPON license for a new installation.

The EasyPON app will be installed in /usr/apps/easypon and superuser will be created for your convenience for accessing EasyPON.

PreviousGuide for Debian 11NextUpgrade EasyPON

Last updated 1 year ago

🍥