MongoDB Setup & Import VPS

Job ID: 39972445

Budget: ₹600 – ₹1,500 INR

My Next.js app is already deployed and the REST of the codebase runs fine on my Linux VPS. The missing piece is MongoDB: I still need the server configured from scratch and the existing dump imported so the application can finally read and write data locally on this machine.

Here’s what I still need done:
• Install and harden the latest stable MongoDB release on the VPS (Ubuntu/CentOS—whatever commands match the box).
• Create the required admin and application users, set up authentication, and open only the necessary ports in the firewall.
• Import the provided MongoDB dump so all collections and indexes come across intact.
• Wire the connection string into my Next.js environment file, then restart the app and confirm that the API routes hit the database without errors.

Acceptance criteria
• mongo ‑-eval "db.stats()" returns healthy stats under the new user credentials.
• npm run build && npm start brings the Next.js app up with no database-related warnings.
• A quick test insert and read via the live site proves persistence is working.

I’ll give you the remote access the moment we agree. Let me know roughly how long you need and any other details you require to get started.