[Guide] How to install Metabase (dashboard) along with ERPNext on Ubuntu 18.04 server

frappe/erpnext version-13
metabase 0.41.3.1

u have the instruction on how to install on debian 10 inside docker in synology ? same steps?

It runs well now.
I think after the first install the service is in activating state and has to be restarted
you have to stop the service and start it again

sudo service metabase status
sudo service metabase stop
sudo service metabase start

when i am running step 5 it gives me an error

I was never able to access my metabase even if the status indicated it was running correctly without any errors.

Then I found this https://www.digitalocean.com/community/tutorials/how-to-setup-additional-entropy-for-cloud-servers-using-haveged

I’m running on digital ocean vps and as soon as I installed
apt-get install haveged
and make sure it restart automatically
update-rc.d haveged defaults

metabase started working immediately!

Hi @Rehan_Ansari,

It seems like you’re logged in as frappe user. Run the wget command using root login or use sudo command to run the command as frappe user.

1 Like

I had AN ERROR ANY HELP

/applications/metabase$ wget http://downloads.metabase.com/v0.33.2/metabase.jar
--2022-09-07 15:54:26--  http://downloads.metabase.com/v0.33.2/metabase.jar
Resolving downloads.metabase.com (downloads.metabase.com)... 108.138.7.87, 108.138.7.115, 108.138.7.16, ...
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://downloads.metabase.com/v0.33.2/metabase.jar [following]
--2022-09-07 15:54:26--  https://downloads.metabase.com/v0.33.2/metabase.jar
Connecting to downloads.metabase.com (downloads.metabase.com)|108.138.7.87|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 185008660 (176M) [application/java-archive]
metabase.jar: Permission denied

Hi @ahmedbahgattt

You’re using an older version of Metabase in this. Please use the below command to download the latest version.

wget https://downloads.metabase.com/v0.44.2/metabase.jar

Also, make sure you’ve have the write permissions on the directory that you’re trying to download Metabase in. You can try sudo wget to run the command with root privileges.

Did you find solution ?
i have lets-encrypt on my server and can access my site normaly
but how to access metabase by site url