How to Change The Localhost Address For Site?

Hi,
Anyway to change The Localhost Address(For E.g->localhost:8000 to localhost:3000).
How to change this Localhost BAsed On Site.??Its Possible ?? Or Not??
Thaanks

To change localhost address
Run the “frappe --serve --port port-no” command instead of “bench start” command.
Here port-no=8000, 9000,…

Geetanjali Shitole
New Indictrans Technologies Pvt. Ltd.

Thanks yeah…
How To Use As Defalut Site For Particular Site?
Site1 is mapped to localhost:9000.
Thanks

To set any site as default site ,Use “frappe --use site-name” command and then execute “frappe --serve --port port-no” command.

Geetanjali Shitole
New Indictrans Technologies Pvt. Ltd.

I Want To Use Like This Site 1 Is Default As localhost:9000…Whenever i Run AS “frappe --Use site1” And The Execute The "frappe --serve then automatically that site is run on a localhost:9000
Its Possible???
Thaks

Now I Run Like This "frappe --serve --ip 192.26.35.23…Now In Browser How ll I give the url For This IP Address??
Thanks