Installing LibreTranslate locally

Hi.
I’m trying to install LibreTranslate on apple silicon mac.
I tried runnig run.sh script with host and port, tried docker compose and even installing it with pip3, but whatever I do I keep getting 403 error when visiting localhost:5000. Any ideas what I could be missing?

On macOS if I recall port 5000 is reserved/blocked. Try a different port?

Yes, that’s correct. 5000 is blocked and I have changed it to 6000. So after changing port I was able to start it, but whenever I try to open I keep getting 403

What about trying 0.0.0.0 or 127.0.0.1 for host instead of localhost?