Panel serve options

Hi, I’m new to using Panel and I need to start doing deploy.

I’m trying using from CMD:

panel serve app.py --allow-websocket-origin=*

and all is OK but from a second PC in the same subnet I can’t access the bokeh web server.
From the 2nd client PC, Favicon is obtained but remains in a blank browser sheet.

Please, could you help me in other params I need included in panel command to reach the server from another machine?

This has worked for me:
panel serve --port 12345 --allow-websocket-origin host_name:12345 /path-to/file_or_notebook.py