Mongo Compass
This guide will cover how to configure a Mongo Compass connection for your applications in dokploy or panel.
- Download and install Mongo Compass Mongo Compass.
- Go to your
MongoDB
databases. - In External Credentials, enter the
External Port (Internet)
make sure the port is not in use by another service eg.27017
and clickSave
. - It will display the
External Connection URL
eg.mongodb://user:[email protected]:27017/database
.
Open Mongo Compass and follow the steps:
- Click on
Add Connection
. - Copy and paste the
External Connection URL
eg.mongodb://user:[email protected]:27017/database
. - Click on
Connect
.
Done! now you can manage the database from Mongo Compass.