Bound IP will using Metabase.jar

I’ve recently installed metabase on my CentOS 7,
I would like to know is there a way whilst using the “metabase.jar” to change the bound address which by default if im not mistaken is “localhost:3000” ?
If not do i have to install Metabase in a different way ?
As a service perhaps ?

Thank you in advance.

Hi @rlouisy
Yes, you can change the listening interface and port. See the documentation for more details:
https://www.metabase.com/docs/latest/operations-guide/customizing-jetty-webserver.html
If you already setup Metabase, then remember to modify the Site URL after changing the address: Admin > Settings > General

Hello @flamber i tried what you said, it does in fact change the address but i cant seem to be able to control the Metabase platform using a distant client.
Nevertheless i can ping my Metabase server, am i doing something wrong ?
My Build:
CentOS 7
Apache 2.4.6

@rlouisy Since you’re writing Apache, I’m guessing you’re using that for reverse proxy, so you would need to modify the configuration there too.
And make sure that you’re not blocking the new port with a firewall.
Check the logs of Apache and Metabase. And check your browser console for request error codes.
Without error codes or logs, it’s impossible to know what’s going on.