Server ToriiServer Torii
Home
Getting started
  • English
  • 简体中文
Github
Home
Getting started
  • English
  • 简体中文
Github
  • Guide

    • Introduction
    • Environment Preparation
    • Installation
    • Configuration
    • Frequently Asked Questions
    • Upgrade Guide
  • Advanced

    • Configuration Advanced
    • External Mitigation Service Configuration
  • Development

    • Development Plan

Environment Preparation

Git

You can check if it is installed with the following command:

git --version

Please ensure that the installed version meets the Environment requirements.

If it is not installed, you can use the following commands to install it:

  • Debian/Ubuntu:

    sudo apt update
    sudo apt install git
    
  • CentOS/RHEL:

      sudo yum install git
    

For more details, refer to the Git documentation for installation.

Go

You can check if it is installed with the following command:

go version

Please ensure that the installed version meets the Environment requirements.

If it is not installed, you can use the following commands to install it:

  • Debian/Ubuntu:
  sudo apt update
  sudo apt install golang
  • CentOS/RHEL:

Visit Go official site for the latest binary package and follow the instructions on that page for installation, or use go-repo.io.

For more details, refer to the Go documentation for installation.

Nginx

You can check if it is installed with the following command:

nginx -v 

Please ensure that the installed version meets the Environment requirements.

If it is not installed, please refer toNginx official documentation for installation. You may also use various server management tools to install Nginx, such as:

  • aaPanel
  • 1Panel
Edit this page
Last Updated:: 12/29/25, 5:46 AM
Contributors: Rayzggz
Prev
Introduction
Next
Installation