Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.
The system service port that RobotStudio emulates is always changing, not the 80 in the documentatio
Sample
✭
Comments
-
According to the prompts in the video, I added listenSecure-1 in AppWeb. conf, which led to the failure of startup of the simulation robot. After note, it can start normally
0 -
You are at the right place, you should modify appweb.conf. But you have mixed things up a bit.
Listen -1 ==> Is for HTTP connection. Defaults to 80 if you don't have any server running on localhost port 80 that interfere then it will assign a random port. If so the specify the port manually by exchanging -1 to the port number you wish to use instead.ListenSecure 666 ==> Is used for HTTPS which normally uses port 443 not port 80. Using -1 here will result in a random port assignment so specify the port you wish to use here (not port 80).
TL;DR
For HTTP:
Change "Listen -1" to "Listen 6767" to have the VC always listen on port 6767.
For HTTPS:
Change "ListenSecure -1" to "ListenSecure 6767" to have the VC always listen on port 6767.Post edited by Maxim Riabichev on0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 16 RobotApps
- 306 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.9K Robot Controller
- 365 IRC5
- 85 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 854 RAPID Programming
- 37 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings

