Skip to navigation
see if the open ports are not used on the host server
15.09.26
``` ss -tulpn | grep -E ':(4001|5984|8081|5433)\b' ``` No output = ports free. Or per-port: ``` ss -ltn '( sport = :4001 or sport = :5984 or sport = :8081 )' ```
Reply
Anonymous
Information Epoch 1789796656
Don't do anything the computer can do for you.
Home
Notebook
Contact us