datasquirel-docs/pages/self-hosting/index.mdx
Benjamin Toby f271833a6a Updates
2025-07-16 11:20:14 +01:00

33 lines
1.0 KiB
Plaintext

---
title: Self Hosting | Datasquirel docs
description: Self Host your datasquirel instance
page_title: Self Hosting
page_description: Host anywhere and manage your SQL database with ease.
Datasquirel is compatible with `MySQL` and `MariaDB`
databases.
---
## Prerequisites
To begin self hosting datasquirel you need `docker` installed on the target machine. Additionally you need `wget` if not already installed, or you could use any download manager of your choice.
<br />
## Available Platforms
Datasquirel can be hosted on [`Linux`](/docs/self-hosting/linux), [`MacOS`](/docs/self-hosting/linux), or [`Windows`](/docs/self-hosting/windows).
<DocsCard
title="Self Hosting On Linux and MacOS"
description="Learn how to host Datasquirel on a linux or MacOS machine."
href="/docs/self-hosting/linux"
className="h-full"
/>
<br />
<DocsCard
title="Self Hosting On Windows"
description="Learn how to host Datasquirel on a Windows machine."
href="/docs/self-hosting/windows"
className="h-full"
/>