installing zero tier one

I've searched through the osts already, but everyone has issue that are fixed starting from a place of already knowing workarounds. they're no help to me because i have no idea how to reach the point where there's an answer. how can you go installing it from the very beginning?
42 Replies
asen23
asen232w ago
why do you need zerotier one? is alternative acceptable?
FreeSeraphim
FreeSeraphimOP2w ago
I used it to play multiplayer on emulators back on windows with friends. I guess an alternative would be fine. I forced them to install it before i can make them install something else.
asen23
asen232w ago
tailscale is preinstalled and have similar feature the only downside is 3 account limit, but can be bypassed by sharing account (device limit is 100)
FreeSeraphim
FreeSeraphimOP2w ago
Does it exist on windows? Not for my lack of trying they don't want to bother with linux
asen23
asen232w ago
yes
FreeSeraphim
FreeSeraphimOP2w ago
Alright I'll try it out, thanks! you said it was preeinstalled but i don't see how to get it working
asen23
asen232w ago
sudo tailscale up
FreeSeraphim
FreeSeraphimOP2w ago
No description
asen23
asen232w ago
Remove the question mark
FreeSeraphim
FreeSeraphimOP2w ago
I think it worked. the portal page opened
asen23
asen232w ago
Also replace start with enable to autostart
FreeSeraphim
FreeSeraphimOP2w ago
good note, thanks ppsspp managed to connect, thank you! tailscale is already being a problem in the testing phase, are there any other alternatives?
Skiptrace
Skiptrace2w ago
How is Tailscale “being a problem” Tailscale and ZeroTier should be nigh identical in performance.
FreeSeraphim
FreeSeraphimOP2w ago
i managed to invite one person as a user, but then i tried to create an account for others to use with a different browser and it's asking me to either scan a qr code or use a security key
No description
Skiptrace
Skiptrace2w ago
You have to use the one account
FreeSeraphim
FreeSeraphimOP2w ago
that made the server?
Skiptrace
Skiptrace2w ago
Yes, that’s how free Tailscale works as far as I know I could be wrong
FreeSeraphim
FreeSeraphimOP2w ago
ok, i'll see how to go about doing that is the usual strategy to make a new email specifically to use there?
asen23
asen232w ago
Afaik you can invite up to two account So if you need more you'll need to share You can login to more than one account in a device tho So you can kinda treat the account as a server kinda
FreeSeraphim
FreeSeraphimOP2w ago
i see ok i really don't like how tailscale works as soon as i'm trying to have more than 1 person join. are there no other alternatives? to give an idea we were 7 on my zerotier server is it really not possible to get zerotier to work? or even hamachi
Kyle Gospo
Kyle Gospo2w ago
We recommend tail scale, anything else you're on your own and probably have to layer
asen23
asen232w ago
if you really want zerotier, youll need to enable rpmfusion-nonfree and rpm-ostree install zerotier-one https://docs.bazzite.gg/Installing_and_Managing_Software/rpm-ostree/#major-caveats-using-rpm-ostree do note this
FreeSeraphim
FreeSeraphimOP2w ago
oh that's really good to know, i appreciate the help and the warning both!
asen23
asen232w ago
oh just noticed that nonfree is already enabled, the rpm-ostree should be enough
FreeSeraphim
FreeSeraphimOP2w ago
What do you mean by that?
asen23
asen232w ago
just do rpm-ostree install zerotier-one
FreeSeraphim
FreeSeraphimOP2w ago
Ok!
FreeSeraphim
FreeSeraphimOP2w ago
No description
FreeSeraphim
FreeSeraphimOP2w ago
what causes this error?
asen23
asen232w ago
what is cat /etc/yum.repos.d/rpmfusion-nonfree.repo
FreeSeraphim
FreeSeraphimOP2w ago
[rpmfusion-nonfree] name=RPM Fusion for Fedora $releasever - Nonfree #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/os/ metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$releasever&arch=$basearch enabled=1 enabled_metadata=1 metadata_expire=14d type=rpm-md gpgcheck=1 repo_gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever [rpmfusion-nonfree-debuginfo] name=RPM Fusion for Fedora $releasever - Nonfree - Debug #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/$basearch/debug/ metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-debug-$releasever&arch=$basearch enabled=0 metadata_expire=7d type=rpm-md gpgcheck=1 repo_gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever [rpmfusion-nonfree-source] name=RPM Fusion for Fedora $releasever - Nonfree - Source #baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/$releasever/Everything/source/SRPMS/ metalink=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d type=rpm-md gpgcheck=1 repo_gpgcheck=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever
CheckYourFax
CheckYourFax2w ago
there's currently no functioning build for f42 for zerotier-one https://koji.rpmfusion.org/koji/packageinfo?packageID=636 all the builds that were done are deleted probably due to issues
asen23
asen232w ago
oh, also the baseurl is commented lol
FreeSeraphim
FreeSeraphimOP2w ago
so i wait until a new one is made?
CheckYourFax
CheckYourFax2w ago
or just give tailscale a chance it doesn't look like its getting a new build any time soon last build attempt was in january
FreeSeraphim
FreeSeraphimOP2w ago
not promising lol I'll probably use tailscale when time comes
asen23
asen232w ago
their own repo doesnt even have f41 build wtf
No description
CheckYourFax
CheckYourFax2w ago
can always try to build it yourself if you really want it
CheckYourFax
CheckYourFax2w ago
GitHub
GitHub - zerotier/ZeroTierOne: A Smart Ethernet Switch for Earth
A Smart Ethernet Switch for Earth. Contribute to zerotier/ZeroTierOne development by creating an account on GitHub.
CheckYourFax
CheckYourFax2w ago
i can't even find an up to date .deb just try tailscale please or otherwise it looks like the only option is to build it yourself
FreeSeraphim
FreeSeraphimOP2w ago
it sounds like i don't have much of a choice, I'll make a shared gmail for it I've set it up and everything worked fine, thanks for the help! it's very appreciated!
CheckYourFax
CheckYourFax2w ago
No problem 🙂

Did you find this page helpful?