Hello!
I’m im the same boat, tried to changed ports like this:
loraserver.toml
[network_server.api]
bind=“0.0.0.0:9000”
[join_server.default]
server=“http://localhost:9003”
lora-app-server.toml
[application_server.api]
bind=“0.0.0.0:9001”
public_host:“localhost:9001”
[application_server.external_api]
bind=“0.0.0.0:9080”
[join_server]
bind=“0.0.0.0:9003”
Also changed updated Netkwork Server port in the web app to 9000. But whet tried to see live packets, there is no such, but a message showing something like “unable to connect to websocket api”
There is another missing file where port config must be changed too?
Thanks!!