mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 22:17:55 +00:00
* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
42 lines
No EOL
1.5 KiB
Markdown
42 lines
No EOL
1.5 KiB
Markdown
---
|
|
id: system-requirements
|
|
title: System Requirements
|
|
---
|
|
|
|
This document covers all the system requirements for self-hosting ToolJet.
|
|
|
|
:::info
|
|
The official Docker tag for the Enterprise Edition is tooljet/tooljet:EE-LTS-latest.
|
|
:::
|
|
|
|
## Operating Systems
|
|
|
|
### Supported Linux distribution
|
|
|
|
[ToolJet images](https://hub.docker.com/r/tooljet/tooljet/tags) can run on any Linux machine with x86 architecture (64-bit). Ensure that your system meets the minimum requirements specified below before installing ToolJet.
|
|
|
|
### Microsoft Windows
|
|
|
|
ToolJet is developed for Linux-based operating systems. Please consider using a virtual machine or Windows Subsystem for Linux 2 (WSL2) to run ToolJet on Windows.
|
|
|
|
## VM deployments:
|
|
|
|
- **Operating System:** Ubuntu 22.04 or later
|
|
- **Processor Architecture:** x86 (arm64 is not supported)
|
|
- **RAM:** 2GB
|
|
- **CPU:** 1 vCPU
|
|
- **Storage:** At least 8GiB, but can increase according to your requirements.
|
|
|
|
## Orchestrated Deployments:
|
|
|
|
- When employing container orchestration frameworks like Kubernetes, it's imperative to ensure that your cluster hosts at least one node equipped with the above specifications for seamlessly executing ToolJet deployments.
|
|
|
|
Note: Adjustments can be made based on specific needs and the expected load on the server.
|
|
|
|
:::info
|
|
To enable multiplayer editing and background jobs in ToolJet, you need to configure Redis. It is recommended to use Redis version 6.x.
|
|
:::
|
|
|
|
## Database software:
|
|
|
|
- It is recommended that your PostgreSQL database is of version 13.x. |