How to change default erp next localhost port

Hi guysam new to erp next and frappe, kindly how do i change the default localhost port from 80 to something else,when i bench start my project i am told the port is already been used.

sorry am using Ubuntu 14

Instead of bench start command try with this : bench serve --port port_no
example : bench serve --port 9000

1 Like

thanks alot priya it has worked :smile: