Install NebulaGraph graph with the tar.gz file¶
You can install NebulaGraph by downloading the tar.gz file.
Note
- NebulaGraph provides installing with the tar.gz file starting from version 2.6.0.
- NebulaGraph is currently only supported for installation on Linux systems, and only CentOS 7.x, CentOS 8.x, Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 20.04 operating systems are supported.
Installation steps¶
-
NebulaGraph 3.4.3 has no server tar.gz packages on GitHub Releases. The previous OSS download links are no longer available. To install a published version, choose a version with packages on that page.
-
Decompress the tar.gz file to the NebulaGraph installation directory.
tar -xvzf <tar.gz_file_name> -C <install_path>tar.gz_file_namespecifies the name of the tar.gz file.install_pathspecifies the installation path.
For example:
tar -xvzf nebula-graph-3.4.3.el7.x86_64.tar.gz -C /home/joe/nebula/install -
Modify the name of the configuration file.
Enter the decompressed directory, rename the files
nebula-graphd.conf.default,nebula-metad.conf.default, andnebula-storaged.conf.defaultin the subdirectoryetc, and delete.defaultto apply the default configuration of NebulaGraph. To modify the configuration, see Configurations.
So far, you have installed NebulaGraph successfully.
Next to do¶
- (Enterprise Edition)Deploy license
Last update:
September 24, 2026