Usage/Deployment Instruction
Note: Please open the following Security Ports in the instance:
5601, 9200, 54323, 9093, 2181, 9092, 5902, 5901, 3000, 8091, 54321, 4040, 8787, 8080, 8088
Step 1: Open Putty for SSH
Step 2: Open Putty and Type <instance public IP> at “Host Name” Type "ubuntu" as user name Password auto taken from PPK file.
Step 3 : Use following Linux command to start Metabase
Step 3.1 : $ sudo vi /etc/hosts
Take the Private Ip address from your machine as per the below screenshot and then replace the second line of your command screen with that Private ip address


Step 3.2: Change ssh ‘ubuntu’ user to ‘root’
>> sudo su
Step 3.3: First remove ‘metabase’
>> docker rm metabase
Step 3.4: Start metabase with docker
>> docker run -d -p 3000:3000 --name metabase metabase/metabase

Step 3.5: Now Metabase start in Browser.
Open the URL: http://<instance ip address>:3000
Example: http://54.165.94.231:3000

Step 4: Register with Application

First Name : <Any Name>
Last Name: <Any Name>
Email Address: <Your Email Address>
Create a password: <InstanceID>
Confirm password: <InstanceID>
Your company or team name: <Team name>
Note: Email address is mandatory but storing data in your running application email address not to send anywhere else.
Step 4.1: Select database.

Step 4.2: Installation Complete
