Meilisearch Proxmox LXC script

demo-light

Meilisearch is a fast, open-source search engine designed for instant, full-text search with typo tolerance. It provides an API that allows developers to integrate powerful search features into applications. Meilisearch-UI is an optional web-based interface that provides a simple way to interact with Meilisearch, visualize indexed data, and test queries without needing to use the API directly.


To create a new Proxmox VE Meilisearch LXC, run the command below in the Proxmox VE Shell.
To Update Meilisearch, run the command below (or type update) in the LXC Console.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/meilisearch.sh)"

  • Meilisearch-UI can optionally be installed for a web-based search interface
  • Meilisearch-UI has early development status and can cause performance issues
  • Documentation
  • Location of config file
/etc/meilisearch.toml

  • Default settings

    • CPU: 2vCPU
    • RAM: 4GB
    • HDD: 7GB
    • Default Interface: IP:7700