>MATLABWebAppServer does not support connection over different networks?
No, Web Apps Server does support connection even if client machines are in different networks from that of Web Apps Server machine's network.
There might be two reasons why you cannot access Web Apps from a different network.
1. Host name is not resolved.
Inside the same network, client machine can access to the server with just a short host name (for example,
But from different networks, short host name might not be resolved.
Could you confirm you can reach to the server from the different network by
>ping MACHINENAME
from Command Prompt or Terminal.
If short name cannot be resolved, try adding FQDN or using IP address.
such as,
Please replace SERVERNAME, yourcompany.com, 192.168.X.X with your actual hostname, FQDN and IP address.
2. TCP port number is blocked by Firewall
Web Apps Server uses a TCP port (9988, by default). You need to make it clear whether this port number is open
in Windows Firewall, Linux iptables or hardware firewalls.
If not, you need to open that TCP port in order to allow incoming access.
0 件のコメント
サインイン to comment.