|
The HyberTone¡¯s Remote Control software is a free software, It is a usefully tool which let
administrator of HyberTone¡¯s Productss remote login the terminal¡¯s configuration page even
the terminal is behind the NAT.
For HyberTone¡¯s terminal¡¯s being using this function the firmware version of terminal¡¯s have
to up to A38HS-3.11-1, if your devices was the old firmware, pleas update your devices via
the follow URL:
202.155.200.154/update/A38HS-3.11-6.pkg
202.96.136.145/update/A38HS-3.11-6.pkg
This above two URL compatible the follow types devices: HT-882R; TH-845R; HT-842R;
HT-822P; HT-812P
Install the Remote Control Server Software
The Remote Control Server software only runs by Linux platform.
1. Achieve the Remote Control Server software
Please download it
from our Website or contact our support engineer.
URL: http://www.hybertone.com/en/download_soft.html
2. Install this software
Decompression the
compress files to your server¡¯s /root folder, the software will install on
your server. Please enter the follow command:
tar -xzvf radmsrv.tgz -C /root
3. Add a auto run script
Please enter the follow command:
echo '/root/run_radmsrv.sh' >>/etc/rc.locla
4. Launch the service
When you installed the software and you don¡¯t reboot your server, please run it by manual,
if you want please
enter the follow command:
/root/run_radmsrv.sh &
When you reboot your server, it will auto to run.
5. Parameters meanings and modification
When you installed it, your¡±/root¡± folder will create a running script ¡°run_radmsrv.sh¡±
vi
run_radmsrv.sh
#!/bin/sh |