diff --git a/index.html b/index.html index 05333583..bd916eb2 100644 --- a/index.html +++ b/index.html @@ -2,14 +2,9 @@ Docs
GitHub

Self-hosted newsletter and mailing list manager

Performance and features packed into a single binary.
Free and open source.

Live demo

-listmonk screenshot

Download

The latest version is v3.0.0 -released on 04 Feb 2024. -See release notes.


Binary

  • ./listmonk --new-config to generate config.toml. Edit it.
  • ./listmonk --install to setup the Postgres DB or --upgrade to upgrade an existing DB.
  • Run ./listmonk and visit http://localhost:9000

Installation docs →


Hosting providers

One-click deploy on Railway
Deploy on PikaPod
Deploy on Elestio
Deploy on Zeabur

*listmonk has no affiliation with any of these providers.

Docker

listmonk/listmonk:latest

Download and use the sample docker-compose.yml

+listmonk screenshot

Download

The latest version is v4.0.0 +released on 27 Oct 2024. +See release notes.


Binary

  • ./listmonk --new-config to generate config.toml. Edit it.
  • ./listmonk --install to setup the Postgres DB or --upgrade to upgrade an existing DB.
  • Run ./listmonk and visit http://localhost:9000

Installation docs →


Hosting providers

One-click deploy on Railway
Deploy on PikaPod
Deploy on Elestio
Deploy on Zeabur

*listmonk has no affiliation with any of these providers.

Docker

listmonk/listmonk:latest

Download and use the sample docker-compose.yml

 # Download the compose file to the current directory.
 curl -O https://github.com/knadh/listmonk/blob/master/docker-compose.yml