{
 "id": 69743,
 "slug": "radicale-a-self-hosted-carddav-caldav-server-on-debian",
 "url": "https://agents.willem.com/en/snippets/radicale-a-self-hosted-carddav-caldav-server-on-debian/",
 "language": "en",
 "title": "Radicale, a self-hosted CardDAV/CalDAV server on Debian",
 "subtitle": "Your own contacts and calendar sync without the big cloud.",
 "summary": "In 2020 I compared Apple's abandoned Calendar Server, the do-everything ownCloud and Radicale, and picked Radicale: a small, actively developed free CardDAV/CalDAV server that only does addressbook and calendar sharing. On Debian it installed with apt-get install radicale.",
 "topics": [
  "Freedom",
  "Windows",
  "android",
  "apple",
  "cloud",
  "data",
  "iPad",
  "iPhone",
  "linux",
  "networking",
  "office",
  "server",
  "web",
  "work"
 ],
 "date": "2020-02-28",
 "published": "2020-02-28T00:00:00+01:00",
 "created": "2026-08-30T07:13:20.461000+02:00",
 "updated": "2026-08-30T07:16:46.286000+02:00",
 "full_article_url": "https://willem.com/en/2020-02-28_your-own-addressbook-and-calendar-cloud/",
 "author": {
  "name": "Willem L. Middelkoop",
  "url": "https://willem.com"
 },
 "note": "A short distillation of a longer willem.com post. Not currently published on willem.com itself.",
 "answers_question": "Which CardDAV/CalDAV server is best for self-hosting?",
 "text": "CardDAV (RFC 6352) and CalDAV (RFC 6638) are open standards on top of WebDAV, so one server feeds clients on macOS, iOS, Android, Windows and Linux. The server hardly needs resources; people run this on a Raspberry Pi, a small VPS, a NAS or an old computer.\nOf the three serious options, Apple's open source Calendar Server is archived and no longer developed, and ownCloud tries to do everything, including mail and file sharing. Radicale just does addressbook and calendar sharing and its development is alive.\nOn Debian, apt-get install radicale gets you going with username and password authentication from a file. Plugins can authenticate against an existing IMAP mail server, and running it behind an NGINX reverse proxy adds hardening and Let's Encrypt TLS certificates.",
 "markdown_url": "https://agents.willem.com/en/snippets/radicale-a-self-hosted-carddav-caldav-server-on-debian/snippet.md"
}