j3ssie / osmedeus

A Workflow Engine for Offensive Security
https://osmedeus.org/
MIT License
5.25k stars 873 forks source link

how can i change the port after installing #234

Closed Fawadkhanfk closed 1 year ago

Fawadkhanfk commented 2 years ago

[2022-06-01T02:23:48] ERROR error create ssl listener: listen tcp 0.0.0.0:8000: bind: address already in use [+] Web UI available at: http://0.0.0.0:8000/ui/ 2022/06/01 02:23:48 listen tcp4 0.0.0.0:8000: bind: address already in use

khiemdoan commented 2 years ago

You can set port flag to change the port to listen, eg:

osmedeus server --port 9000
Fawadkhanfk commented 2 years ago

thank you