Deploy a node
Deploying a node entails provisioning a node via the platform and then installing it in your environment of choice.
Provision a node
To deploy a self-hosted node, begin with provisioning one in the platform:
- Visit https://app.tenzir.com/pipelines.
- Click the Add node button in the left pane and select self-hosted node.
- Enter a name for your node and click Add node.
Install a node
Next, choose how you would like to deploy your node from the available options below.
📄️ Ansible
The Ansible role for Tenzir allows for easy integration of Tenzir into
📄️ Azure
To run a node in Azure, we recommend using [Azure Container Instances
📄️ Docker
Install and run a node
📄️ Linux
We offer a native deployment on various Linux distributions.
📄️ macOS
We currently do not offer a native package for macOS. Please use the
Configure a node
See the documentation on configuration files along with the example configuration to understand how you can configure yoru node.
When your node starts it will listen for node-to-node connections on the TCP
endpoint 127.0.0.1:5158
. Select a different endpoint via the tenzir.endpoint
option. For example, to bind to an IPv6 address use [::1]:42000
.
Set tenzir.endpoint
to false
to disable the endpoint, making the node
exclusively accessible through the Tenzir Platform. This effectively prevents
connections from other tenzir
or tenzir-node
processes.