How to Install MongoDB

Last Updated : 12 Aug, 2026
3 min read

Overview

CloudStick's Database Engines panel lets you enable additional database engines beyond the default MariaDB installation — including MongoDB — directly from the dashboard. This is useful when an application you're deploying (such as a Node.js, Express, or other document-oriented app) is built to run on MongoDB rather than a relational database like MySQL/MariaDB, and you need it available on the server without touching a terminal.

This guide walks you through selecting your server, opening the Database Engines panel, choosing a MongoDB version, and enabling the installation with a single click.

Your server must already be connected and active in CloudStick before you can install MongoDB. If you have not yet connected a server, see How to Deploy Your Own Server first.

Step 1: Select Your Server

Start from the main CloudStick dashboard, which lists every server connected to your account. MongoDB is installed per-server, so pick the specific server you want it available on.

Log in to your CloudStick dashboard.

From the server list, click the server where you want to install MongoDB to open its server panel.

Fig. 01 — CloudStick dashboard showing connected servers. Click a server to open its server panel.

Fig. 01 — CloudStick dashboard showing connected servers. Click a server to open its server panel.

Step 2: Navigate to the Databases Section

Once inside the server panel, the Databases section is accessible from the left-hand navigation. This is where all database engines, existing databases, and database users are managed.

In the server panel's left-hand navigation, click the Databases icon.

Fig. 02 — Server panel with the Databases icon highlighted in the left-hand navigation.

Fig. 02 — Server panel with the Databases icon highlighted in the left-hand navigation.

Step 3: Open Database Engines

The Databases page lists every database on the server, and its top-right toolbar includes shortcuts for phpMyAdmin, Database Users, and Database Engine. Opening Database Engine reveals which engines are already installed and which are available to enable.

On the Databases page, click the Database Engine icon in the top-right toolbar.

Fig. 03 — Databases page with the Database Engine icon highlighted in the top-right toolbar.

Fig. 03 — Databases page with the Database Engine icon highlighted in the top-right toolbar.

Step 4: Enable MongoDB

The Database Engines modal lists every engine CloudStick supports. MariaDB is always installed by default, while MySQL, PostgreSQL, and MongoDB can be enabled individually as your applications require them.

Locate MongoDB: Find the MongoDB row in the Database Engines list — it will be marked Not installed.

Choose a version: Use the version dropdown to select the MongoDB release you need, e.g. 8.0, 7.0, or 6.0.

Enable: Click the Enable button next to MongoDB to start the installation.

Enabling an engine does not create a database for you — it only installs the engine on the server. Create the actual database afterwards from the Databases section.

Fig. 04 — Database Engines modal with MongoDB version 8.0 selected, ready to enable.

Fig. 04 — Database Engines modal with MongoDB version 8.0 selected, ready to enable.

Step 5: Confirm the Installation

CloudStick installs MongoDB on the selected server in the background. Once the installation finishes, a new MongoDB shortcut appears in the Databases page toolbar alongside phpMyAdmin, confirming the engine is ready to use.

Wait for CloudStick to finish installing MongoDB on your selected server.

Return to the Databases page — a MongoDB link will now appear in the top-right toolbar.

MongoDB is now available on this server. You can create MongoDB databases and users the same way you create MySQL/MariaDB ones from the Databases section.

Fig. 05 — Databases page toolbar now showing a MongoDB shortcut, confirming the engine is installed.

Fig. 05 — Databases page toolbar now showing a MongoDB shortcut, confirming the engine is installed.

Related Articles
Was this page helpful?
Share this article:
© 2026 CloudStick. All rights reserved.