Installing Metabase on Windows Server 2019

Hello,
i have windows server 2019 and i would like to install metabase.
What is the installation procedure?

Thanks for your help, I'm stuck.

THANKS

Hi, install Java 11 on the server, download the Metabase JAR and then run java -jar metabase.jar. Open port 3000 on the server and access then the server IP on that port.

Remember to use a production grade database (postgres or mysql) for a production env

You'll need to create a service too or you'll need to be constantly logged in. I use NSSM to create the service.

Hi,

Thank you for your feedback.

How to create the Metabase service?
I found that when I run Metabase, the Mysql service stops.

Thanks for your help.

You can follow instructions here.