How to Login to Robo 3T
Robo3T is a freely available GUI editor for MongoDB. This article covers connecting to the Embedded Alteryx Server MongoDB. Speak with your DBA to connect to User-Managed or Atlas MongoDB.
Prerequisites
- Admin access to the Alteryx Server
- Robo 3T (download "Robo 3T Windows .exe" from GitHub.
Procedure
Gather your connection details
- Open Alteryx System Settings on the Server (Controller) machine.
- Gather the following information from the Controller > Persistence > Database section:
- Host
- Username
- Password (not the Admin Password)
The Server MongoDB has three databases:
- AlteryxGallery
- AlteryxGallery_Lucene
- AlteryxService
Connect to AlteryxGallery database
- Open Robo 3T.
- Select File > Connect > Create
- Configure Connection tab
- Type = Direct Connection
- Name = AlteryxGallery
- Address = localhost <or value from Connection Details above>
- Port = 27018 <or value from Connection Details above>
image.png
- Configure Authentication tab
- Enable Perform authentication
- Database = AlteryxGallery
- User Name = user
- Password = <non-Admin password from Connection Details above>
- Auth Mechanism = SCRAM-SHA-1
- Select Test to ensure the connection is successful
- Select Save
image.png
- Select Connect to open the database in the left pane,
Connect to AlteryxService database
- Select File > Connect
- Select Clone
image.png
- Change Connection tab > Name to AlteryxService
- Change Authentication tab > Database to AlteryxService
- Select Test
- Select Save
- Select Connect to open the database in the left pane,
Connect to AlteryxGallery_Lucene database
- Repeat the steps above to clone and set the Name and Database to AlteryxGallery_Lucene
- Select Connect to open the database in the left pane,
Additional Resources