Good day,
I have Bitwarden installed on my KVM server and would like to change the port of Bitwarden.
During the installation, I get no choice to change the port.
Yours sincerely
sb2014
You can change the port configuration in the ./bwdata/config.yml
file
Which lines do I have to change exactly? Unfortunately, this has not worked so far.
http_port
and/or https_port
I have changed this. But I get this in the Browser:
Die Website ist nicht erreichbar
Domain hat die Verbindung abgelehnt.
Versuchen Sie Folgendes:
Verbindung prĂĽfen
Proxy und Firewall prĂĽfen
ERR_CONNECTION_REFUSED
Sounds like there is an issue with your proxy.
I changed the port in the config. He will not be taken over. Can I change it somewhere else?
That’s the config.yml: https://pastebin.com/nFktbP2M
That’s the nginx config: https://pastebin.com/45NttCSK
If I change the haven in the nginx config the side is not attainable any longer.
Do you have any idea?
I don’t think you can use ports lower than 8000 with nginx. Try using 80xx port numbers.
I reset the server and reinstalled Bitwarden.
Now I’ve tried port 76 http and 75 https and it still does not work imme. I also tried a lot of other ports.
What the hell is this and how can I change that?
When the port was set during the installation everything still worked.
Please read my previous reply.
I also tried it with ports over 8000.
I must type “http_port: 8090”/“https_port: 8091” and restart or?
When I call the Local page Does it work (localhost:8091). Only the URL does not work with changed port.
I’ve got a similar problem, I can acces from outsite via http but not https, when I try it I get a bad gateway error.
Have you found a solution?
I don’t see that file at all. Have they changed it and you can’t do this anymore?
Hi,
I’m having the same issue, but I saw that whanging the yml conf file just change the ports inside the container, not outside. Just do a docker ps and you see your new ports on the right, not on the left :
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c6cb0c329f26 bitwarden/nginx:2024.11.0 “/entrypoint.sh” 7 minutes ago Up 7 minutes (healthy) 80/tcp, 0.0.0.0:80->8080/tcp, [::]:80->8080/tcp, 0.0.0.0:443->8443/tcp, [::]:443->8443/tcp bitwarden-nginx
I beleive the answer is somewhere else…
Haven’t get it yet…