Q. Please provide default setting information?
A. default setting of Starlink given blow
|
Administrator User/Password
|
system@starlink/manager |
|
SMTP Server |
localhost |
|
Location of service manager |
http://localhost:80/starlink/ |
|
Location of Setting file |
C:\Documents and Settings\All Users\Application Data\Babu Software\starlink\ |
|
Location of smsroot |
C:\Documents and Settings\All Users\Application Data\Babu Software\starlink\smsroot\ |
|
Starlink default port |
8021 TCP |
|
Starlink Configuration File |
server.exe.config |
|
Location of configuration file |
C:\Program Files\Common Files\Babu Software\starlink\ |
Q. Can Change of Starlink port
is possible?
A. yes change of port is possible.
Q. How to change Starlink port?
A . Open Configuration file “server.exe.config” in notepad ( For Example change
port from 8021 to 9920. follow the instruction
Change value from
<channel ref="http" port="8021" /> to <channel ref="http" port="9920" />
After Change Port you have change client (Service manager, EasySMS Starlink , EasySMS
Netshell-StarLink) port also. For change of client port flow the readme file.
For service manager open file C:\Inetpub\wwwroot\Starlink\web.config
Change value from
<client url="http://localhost:8021/RemotingSMS">
<wellknown type="service.Starlink.ServiceNeXT,service.Starlink" url="http://localhost:8021/RemotingSMS/ServiceNeXT.soap"
/>
</client>
to
<client url="http://localhost:9920/RemotingSMS">
<wellknown type="service.Starlink.ServiceNeXT, service.Starlink" url="http://localhost:9920/RemotingSMS/ServiceNeXT.soap"
/>
</client>
Q. Remote management of Starlink
is possible?
A. Yes remote management is possible.
Open service manage link as http://<IP ADDRESS>/Starlink/ Or www.yourdomain.com/Starlink/
|