I'm trying to run FastSDCpu as an api-server on a Windows server and use it on a laptop in the same LAN.
For this I use :
python "src\app.py" -a
to start the server.
This works, but then I can't use the webui on the laptop, only the api,
But when I start with -w instead of -a, the api is not accessible from the laptop.
Is there any way to use both on a remote computer at the same time?