Hello! I’m new on hestia and on service management.
I’m trying to use hestia to simplify this task and it works very well, I’ve my domain on my VPS and all seems ok.
I need to install a third part service, metabase, but when I start it nothing happens on the specific port, 3000.
So I did some test in local environment (windows as host with virtualbox, running ubuntu server 22.03 as guest).
- installed ubuntu server 22.03 on virtualbox
- installed openjdk-11-jdk
- downloaded metabase.jar from https://downloads.metabase.com/v0.47.9/metabase.jar and start it with
java -jar metabase.jar
- forwarded port 3000 from guest to host
- I can access to metabase web gui at localhost:3000 from my host and that’s what I expected
- installed hestia on default port 8083 and restart the virtual machine
- forwarded port 8083 from guest to host
- I can access to hestia web gui at localhost:8083 from my host
- restart metabase with
java -jar metabase.jar
- can’t access to metabase gui at localhost:3000
I think I miss some configuration on nginx, can anyone help me?