Installation
Tier0 ships in 3 editions:
- Edge - Open-source deployment, runs locally with Docker.
- Cloud - Managed SaaS, no infrastructure required.
- Enterprise - Private deployment for enterprise environments.
See Choosing the Best Version and find one that best fits your requirements.
Installing Tier0
Section titled “Installing Tier0”Requirements (Cloud)
Section titled “Requirements (Cloud)”- Trial account application and email verification
You need to apply for a trial account before exploring.
- Register your account at Register Tier0.
- Enter the verification code sent to your email on the popup window.
- You will be redirected to the Login page. Log in with the registered account.
- Enter related information, click Continue.
- Select Create a New Workspace.
- Create a workspace and start your trial.
Requirements (Edge)
Section titled “Requirements (Edge)”- Minimum 4-core CPU, 8 GB RAM, 100 GB disk
- Ubuntu 24.04 or Windows 10/11 with Docker and Git
Operations
Section titled “Operations”-
Clone the Tier0-Edge repository from GitHub and access the project.
Terminal window git clone https://github.com/FREEZONEX/Tier0-Edgecd Tier0-Edge/deploy -
Configure parameters indicated in the table below according to your environment in
.env.default.Terminal window vi .env.default:wq! -
Run the installation script.
Terminal window bash bin/install.sh
Requirements (Enterprise)
Section titled “Requirements (Enterprise)”Standard Deployment
Section titled “Standard Deployment”- Minimum: 4 VMs
- Required baseline per VM types:
- App: 8C / 32G / 100G
- Database: 4C / 8G / 500G
- Witness: 2C / 4G / 40G
High Availability Deployment
Section titled “High Availability Deployment”- Minimum: 6 VMs
- Required baseline per VM types:
- App (Swarm): 8C / 32G / 100G ×3
- Database: 4C / 8G / 500G ×2
- Witness: 2C / 4G / 40G
Operations
Section titled “Operations”Detailed installation instructions are available in the Enterprise Installation Guide.
- Try the Demo Factory — a preloaded plant to explore
- Choosing the Best Version