TP-Link EAP225-Wall Omada Controller Software 3.1.13 User Guide - Page 12

Install the Omada Controller, download/EAP-Controller.html.

Page 12 highlights

Install the Omada Controller Download the installation file of Omada Controller from our website https://www.tp-link.com/en/ download/EAP-Controller.html. Make sure you have jsvc and curl installed in your system before installation, which is vital to the smooth running of the system. If your system does not have jsvc or curl installed, you can install it manually with the command: apt-get install or yum install. For example, you can use the command: apt-get install jsvc or yum install jsvc to get jsvc installed. And if dependencies are missing, you can use the command: apt-get -f install to fix the problem. ■■ Install the .tar.gz file Follow the steps below to install Omada Controller on your Linux PC: 1. Make sure your PC is running in root mode. You can use this command to enter root mode: sudo 2. Extract the tar.gz file using the command: tar zxvf Omada_Controller_v3.0.5_linux_x64_targz.tar.gz 3. Install Omada Controller using the command: sudo./install.sh ■■ Install the .deb file Follow the steps below to install Omada Controller on your Linux PC: 1. Make sure your PC is running in root mode. You can use this command to enter root mode: sudo 2. Install the .deb file using the command: dpkg -i Omada_Controller_v3.0.5_linux_x64.deb  Tips •• For installing the .tar.gz, if you want Omada Controller to run as a user (it runs as root by default) you should modify OMADA_USER value in bin/control.sh. •• To uninstall Omada Controller, go to the installation path: /opt/tplink/EAPController, and run the command: sudo ./uninstall.sh. •• During uninstallation, you can choose whether to backup the database. The backup folder is /opt/tplink/ eap_db_backup. •• During installation, you will be asked whether to restore the database if there is any backup database in the folder /opt/tplink/eap_db_backup. 6

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165

6
Install the Omada Controller
Download the installation file of Omada Controller from our website
download/EAP-Controller.html.
Make sure you have
jsvc
and
curl
installed in your system before installation, which is vital to the
smooth running of the system. If your system does not have
jsvc
or
curl
installed, you can install it
manually with the command:
apt-get install
or
yum install
. For example, you can use the command:
apt-get install jsvc
or
yum install jsvc
to get
jsvc
installed. And if dependencies are missing, you
can use the command:
apt-get -f install
to fix the problem.
Install the
.tar.gz file
Follow the steps below to install Omada Controller on your Linux PC:
1.
Make sure your PC is running in root mode. You can use this command to enter root mode:
sudo
2.
Extract the tar.gz file using the command:
tar zxvf Omada_Controller_v3.0.5_linux_x64_targz.tar.gz
3.
Install Omada Controller using the command:
sudo./install.sh
Install the
.deb file
Follow the steps below to install Omada Controller on your Linux PC:
1.
Make sure your PC is running in root mode. You can use this command to enter root mode:
sudo
2.
Install the .deb file using the command:
dpkg -i Omada_Controller_v3.0.5_linux_x64.deb
±iIps
For installing the
.tar.gz
, if you want Omada Controller to run as a user (it runs as root by default) you should
modify OMADA_USER value in bin/control.sh.
To uninstall Omada Controller, go to the installation path: /opt/tplink/EAPController, and run the command:
sudo ./uninstall.sh.
During uninstallation, you can choose whether to backup the database. The backup folder is /opt/tplink/
eap_db_backup.
During installation, you will be asked whether to restore the database if there is any backup database in the
folder /opt/tplink/eap_db_backup.