Where to find the port number of my site?

I am trying to find the port number of any given site in local to be able to open it on other devices in the same network using ipaddress:portnumber as address in browser. I haven’t seen any information about the port used in the local.app.

Open the site shell for each website and run the command below.

mysql -e "SHOW VARIABLES WHERE Variable_name = 'port';"

I might have answered your question too fast without reading.

You will find all information in the sites.json file in the Local folder.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.