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