configure the mount point and mount the installation binary:
# mkdir /media/remote
# mount -o loop -t iso9660 RemoteManager-(ver).bin /media/remote
Copy the files to another directory:
# mkdir /tmp/remotemgr
# cp -f /media/remote/* /tmp/remotemgr
Prepare and install the software:
# ln -s /usr/lib/libcrypto.so.7 /usr/lib/libcrypto.so.6
# ln -s /usr/lib/libssl.so.7 /usr/lib/libssl.so.6
# cd /tmp/remotemgr
# chmod 777 install
# ./install
Select item 1 for a new installation
Enter the mySQL password when prompted
Start Remote Manager:
Start Tomcat service:
#service tomcat start
Start Mysql service:
#service mysqld start
Start Digi Wi-Point 3G Remote Manager service:
#service rcmd start
Connecting to the interface:
Browse to the server: https://localhost:8440
Replace localhost with the actual server name.
The default username and password is admin/admin