ZeroTire can't be installed
hi i am trying to install zerotire to get my friends to play a privately hosted game. this is the error below please help.
bazzit@bazzite:~$ curl -s 'https://raw.githubusercontent.com/zerotier/ZeroTierOne/main/doc/contact%40zerotier.com.gpg' | gpg --import && \
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi gpg: key 1657198823E52A61: "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 bash: : command not found gpg: WARNING: no command supplied. Trying to guess what you mean ... gpg: Signature made Thu 29 Aug 2024 09:50:04 PM +04 gpg: using RSA key 74A5E9C458E1A431F1DA57A71657198823E52A61 gpg: issuer "[email protected]" gpg: Good signature from "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) <[email protected]>" [unknown] gpg: WARNING: The key's User ID is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 74A5 E9C4 58E1 A431 F1DA 57A7 1657 1988 23E5 2A61 [sudo] password for bazzit: ZeroTier Service Quick Install for Unix-like Systems Tested OSes / distributions: MacOS (10.13+) (just installs ZeroTier One.pkg) Debian Linux (7+) RedHat/CentOS Linux (6+) Fedora Linux (16+) SuSE Linux (12+) Mint Linux (20+) Kali Linux (2024.1+) Supported architectures vary by OS / distribution. We try to support every system architecture supported by the target. Please report problems by opening a GitHub issue or Pull Request at: https://github.com/zerotier/install.zerotier.com Please include the content of
if z=$(curl -s 'https://install.zerotier.com/' | gpg); then echo "$z" | sudo bash; fi gpg: key 1657198823E52A61: "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 bash: : command not found gpg: WARNING: no command supplied. Trying to guess what you mean ... gpg: Signature made Thu 29 Aug 2024 09:50:04 PM +04 gpg: using RSA key 74A5E9C458E1A431F1DA57A71657198823E52A61 gpg: issuer "[email protected]" gpg: Good signature from "ZeroTier, Inc. (ZeroTier Support and Release Signing Key) <[email protected]>" [unknown] gpg: WARNING: The key's User ID is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 74A5 E9C4 58E1 A431 F1DA 57A7 1657 1988 23E5 2A61 [sudo] password for bazzit: ZeroTier Service Quick Install for Unix-like Systems Tested OSes / distributions: MacOS (10.13+) (just installs ZeroTier One.pkg) Debian Linux (7+) RedHat/CentOS Linux (6+) Fedora Linux (16+) SuSE Linux (12+) Mint Linux (20+) Kali Linux (2024.1+) Supported architectures vary by OS / distribution. We try to support every system architecture supported by the target. Please report problems by opening a GitHub issue or Pull Request at: https://github.com/zerotier/install.zerotier.com Please include the content of
/etc/os-release
for your distribution.
Detecting Linux Distribution
Unknown or unsupported distribution! Aborting.9 Replies
bazzit@bazzite:~$ curl -s https://install.zerotier.com | sudo bash
ZeroTier Service Quick Install for Unix-like Systems
Tested OSes / distributions:
MacOS (10.13+) (just installs ZeroTier One.pkg)
Debian Linux (7+)
RedHat/CentOS Linux (6+)
Fedora Linux (16+)
SuSE Linux (12+)
Mint Linux (20+)
Kali Linux (2024.1+)
Supported architectures vary by OS / distribution. We try to support
every system architecture supported by the target.
Please report problems by opening a GitHub issue or Pull Request at:
https://github.com/zerotier/install.zerotier.com
Please include the content of
/etc/os-release
for your distribution.
Detecting Linux Distribution
Unknown or unsupported distribution! Aborting.better trying using rpmfusion-nonfree. the installer is garbage.
Give me a sec, gonna post steps to follow
1. Enable the rpmfusion-nonfree repo
2. Install
Sorry I am new to linux thanks for your help
Control+s didn't save
And control+x didn't close it either
I don't know what kind of editor the terminal is using
try
sudo nano
instead of sudoedit
maybe yours defaulted to vim for some reasonIt is fine
Apparently sudoedit is using vim
So :wq will save the changes
Do you know the command to run zerotier
Sudo ./zerotier-one -d didn't work
try
sudo zerotier-one -d
Returned nothing
So it might did something but I can't see it
bazzit@bazzite:~$ sudo zerotier-one
zerotier-one: fatal error: cannot bind to local control interface port 9993
can someone help with this
Ok I solved the issue