You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am unable to connect to AntaresWeb from a remote location.
Provide a clear and concise description of the issue.
The antares web server is only accessible from the local machine, but not from a remote machine.
Steps to reproduce the behavior:
Add a Inbound Rule for TCP port 8080 from any remote IP in the Windows Defender Firewall
Download and extract Antares 2.17.6
Change in nginx.conf the second line to: listen 0.0.0.0:8080;
Start Server with AntaresWebServerShortcut.lnk
On server machine navigate to localhost:8080 -> see Antares Web Studies page
On remote machine Navigate to IP-of-server:8080 -> Get an error message, that the server is not reachable
Actual Behavior
Server is note accessible from a remote location
Expected Behavior
Server is accessible from a remote location
Describe what you expected to happen.
If applicable, add screenshots to help explain your problem.
I assume, that there is a config file, which requires additional changes, but I don't which one.
If you have a solution in mind, describe it here.
Production
Staging
Additional Information
Add any other context about the problem here.
Windows Server 2019
Antares Web 2.17.6
Browsers Edge and Chrome
Log file shows no related entries
The text was updated successfully, but these errors were encountered:
Indeed the executable we provide is really meant to be used as a local, "standalone", application,
thus it only listens on the "loopback" interface (127.0.0.1).
For a remote use, I would strongly advise to use a "real" deployment that would scale better and be more secure, for example on a linux server:
in particular, the .exe version does not allow concurrent access to the underlying database, does not have multiple workers to handle concurrent requests, does not have any security related mechanism (user authentication etc)...
However, an "opt-in" configuration option could be added to enable remote access, if really needed.
Description
I'am unable to connect to AntaresWeb from a remote location.
Provide a clear and concise description of the issue.
The antares web server is only accessible from the local machine, but not from a remote machine.
Steps to reproduce the behavior:
Actual Behavior
Server is note accessible from a remote location
Expected Behavior
Server is accessible from a remote location
Describe what you expected to happen.
If applicable, add screenshots to help explain your problem.
I assume, that there is a config file, which requires additional changes, but I don't which one.
If you have a solution in mind, describe it here.
Additional Information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: