| Type | Hardened VM image |
|---|---|
| Upstream / license | Meilisearch (MIT) — see licenses |
| Version | Meilisearch 1.x, built from source at image build. Current builds: release notes. |
| Architecture | x86-64 |
| Sizing | Any current-generation instance with ≥ 4 vCPU (pay-as-you-go floor); 8 vCPU recommended for production. |
| Port | Purpose | State |
|---|---|---|
| 22 | SSH (key-only) | default-open |
| 7700 | REST API — 127.0.0.1 | customer-must-open (config + firewall) |
"customer-must-open" means a cloud firewall rule and, where noted, an in-image configuration change — both deliberate. Closed by default is the design.
No shared or default credentials are included in this image. Access uses the SSH key you supply at launch; any application credential is generated uniquely on your instance at first boot and stored only there — we never know it.
Log in: SSH with your launch key; API calls need the master key (or derived API keys) even locally.
A unique MEILI_MASTER_KEY is generated on YOUR instance at first boot (root-readable file; guarded one-shot service).
sudo grep MEILI_MASTER_KEY /etc/meilisearch.envRotation: Stop meilisearch, write a new key into /etc/meilisearch.env, start — then re-issue API keys (the master key derives them).
curl -s http://127.0.0.1:7700/health → {"status":"available"}Single node (Meilisearch is single-node by design upstream); scale reads behind your own proxy.
Email support@dcassociatesgroup.com — first response within 1 business day (US Eastern), most tickets same-day. To escalate an open ticket, reply "ESCALATE"; it is reviewed by the founder within 1 business day. Security reports: vulnerability disclosure.
Privacy: policy · Terms: terms · Security practices: security & trust · Vulnerability reports: disclosure policy