Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.13 KB

README.rst

File metadata and controls

28 lines (17 loc) · 1.13 KB

Overview

This is the a connector to use Origin Nexus' hosted ELAN center with ELAN agent.

ELAN center provides a web interface to configure and manage several ELAN agent with features such as delegated admin, GSuite authentication,...

Installation

ELAN Agent is designed to run on Ubuntu 18.04 (Bionic)

  • Register an account on ELAN center

  • On a fresh install of Ubuntu server 18.04:

    $ sudo add-apt-repository ppa:easy-lan/stable
    $ sudo apt-get update
    $ sudo apt install elan-center-connector
    

Note: This will modify your network configuration and create a bridge with the first 2 interfaces it finds, and obtain an address by DHCP.

  • Navigate to the ip of the server or if the server bridges your network to the WAN: http://elan-agent.origin-nexus.com
  • Enter the location of the agent and your ELAN center credentials.
  • go to ELAN center to manage your agent.