mongo-express logo

mongo-express

Web tabanli MongoDB yonetim arayuzu

DevTool Son: 1.0.2-20

Introduction

mongo-express is a web-based MongoDB management interface built using Node.js, Express, and Bootstrap 5.

Features

  • Connect to multiple databases
  • View/Add/Delete databases
  • View/Add/Rename/Delete collections
  • View/Add/Update/Delete documents
  • Inline preview of audio, video, and image resources in the collection view
  • Collapsible nested or large objects for easier overview
  • Asynchronous on-demand loading of large document properties (default >100KB) to keep the collection view fast
  • GridFS support - Add/Retrieve/Delete very large files
  • Use BSON data types within documents
  • Mobile/Responsive - Bootstrap 5 works reasonably well on small screens
  • Connect and authenticate individual databases
  • Authenticate as an admin to view all databases
  • Blacklist/Whitelist databases
  • Custom CA/TLS/SSL support and CA validation disabling
  • Replica set support

1Panel ile mongo-express dağıtın

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for mongo-express and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.