Installation
Tier0 ships in three editions:
- Cloud - Managed SaaS, no infrastructure required.
- Enterprise - Private deployment for enterprise environments.
- Edge - Open-source, runs locally with Docker.
See Choosing the Best Version to find the edition that best fits your requirements.
Installing Tier0
Section titled “Installing Tier0”Apply for a trial account before exploring Tier0 Cloud.
- Register your account at Register Tier0.
- Use the verification code sent to your email to verify and then log in with the registered account.
- Create a workspace and start your trial.
Requirements
Section titled “Requirements”- 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
- Minimum: 6 VMs
- Required baseline per VM types:
- App (Swarm): 8C / 32G / 100G x 3
- Database: 4C / 8G / 500G x 2
- Witness: 2C / 4G / 40G
Operations
Section titled “Operations”- Get the package from your vendor, and verify it.
Terminal window sha256sum -c tier0-enterprise-offline-standard-YYYYmmddTHHMMSS.tar.gz.sha256 - Decompress the package.
Terminal window tar -xzf tier0-enterprise-offline-standard-YYYYmmddTHHMMSS.tar.gzcd tier0-enterprise-offline-standard-YYYYmmddTHHMMSS - Edit
install.envbased on the deployment details, then start the deployment.Terminal window vi install.envbash install.sh
Common Maintenance Operations
Section titled “Common Maintenance Operations”-
Check the deployment environment without installing Enterprise.
Terminal window ./install.sh --check-only -
Clear all nodes after a failed deployment.
Terminal window ./full-cleanup.sh --env install.env --yes -
A deployment report is generated after installation.
Terminal window runtime/install-reports/<timestamp>/deployment-report.md
Maintenance References
Section titled “Maintenance References”Requirements
Section titled “Requirements”- 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 the parameters listed in the table below in
.env.defaultaccording to your environment, and save the changes.Terminal window vi .env.default:wq! -
Run the installation script.
Terminal window bash bin/install.sh
- Try the Demo Factory - A preloaded plant to explore
- Choosing the Best Version - Compare each version and select the one best fits you