I have been using the Web remote control for my simulation project works fine with the WEB interface and gadgets. But now i’m trying the REST protocol and it only works on the Localhost connection. When i i go to a different machine and send Rest Get cmd it fails, I have checked that the ports are not blocked 30010 and 30020. I’m using Visual Studio Code and the Rest client for testing.
using Unreal 4.26
example (http://192.168.210-102:30010/remote/info)
this work with http://localhost:/remote/info but not on an IP address version I checked that i had the port addresses allowed on both machines on the firewall settings.
same issue here, localhost:30010 work in unreal project, once we change the value by the ip 10.0.0.103:30010 connection refused…
[Unreal 5.1]
You need to set the ip you are going to publish in the file BaseEngine.ini (usually in the folder C:\Program Files\Epic Games\UE_5.1\Engine\Config)
Open the file and check if these lines exist, if they don’t add them editing the IP for the one you will need:
[HTTPServer.Listeners]
DefaultBindAddress=192.168.1.104