You are viewing an article about an obsolete product. Information on this page is provided as-is and not supported.

Installing Wi-Point 3G Remote Manager in Fedora Core 10

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

Last updated: Jan 16, 2024

Recently Viewed

No recently viewed articles

Did you find this article helpful?