Relay - Бинарный
Установите Mesh relay из предварительно скомпилированных бинарных файлов для вашей платформы.
Предварительные требования
- Linux, macOS или Windows
- Порт 3030 доступен
Скачать
Терминал
# Download the latest release
curl -L -o mesh-relay.tar.gz https://github.com/mesh/mesh/releases/latest/download/mesh-relay-linux-x64.tar.gz
# Extract
tar -xzf mesh-relay.tar.gz
# Make executable
chmod +x mesh-relayЗапустить
# Run the relay
./mesh relay --port 3030Служба Systemd (Linux)
# Install as systemd service
sudo ./mesh install-service
# Start and enable
sudo systemctl start mesh-relay
sudo systemctl enable mesh-relay