ZeroTier Host
-
Does anyone have a reliable guide for setting up a ZeroTier host?
-
@RamblingBiped said in ZeroTier Host:
Does anyone have a reliable guide for setting up a ZeroTier host?
I don't think so. Client yes, host no.
-
I thought that someone had done one.
-
@scottalanmiller said in ZeroTier Host:
I thought that someone had done one.
Does anyone have a reliable guide for setting up a ZeroTier host?
I know someone has done it, I don't think it's anything I'd call reliable yet.
-
It was painfully difficult to manage. I'd recommend using their hosted service . It's free for up to 100 devices.
-
@dafyre said in ZeroTier Host:
It was painfully difficult to manage. I'd recommend using their hosted service . It's free for up to 100 devices.
And cheap for more. AND it is what supports their development efforts.
-
Yeah, I was just wanting to learn the ins and outs of setting up my own; and piggyback off of someone else's hard work...
-
@RamblingBiped said in ZeroTier Host:
Yeah, I was just wanting to learn the ins and outs of setting up my own; and piggyback off of someone else's hard work...
Frankly, the $20/month price for 100+ devices means it's not worth the time sink in managing your own almost all the time.
-
@travisdh1 Don't try to bring rationality into this.
-
@travisdh1 said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
Yeah, I was just wanting to learn the ins and outs of setting up my own; and piggyback off of someone else's hard work...
Frankly, the $20/month price for 100+ devices means it's not worth the time sink in managing your own almost all the time.
$29/month but yeah still awesome price.
-
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
-
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
-
@JaredBusch said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
So the configuration was as straitforward as it actually seems?! If so, awesome.
-
@RamblingBiped said in ZeroTier Host:
@JaredBusch said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
So the configuration was as straitforward as it actually seems?! If so, awesome.
I had some issues, but nothing that killed the whole thing. Been too many months for me to recall now
-
@RamblingBiped said in ZeroTier Host:
@JaredBusch said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
So the configuration was as straitforward as it actually seems?! If so, awesome.
Getting the controller built was easy. Managing it is where the pain point was at. I had some scripts at one time to help with that. I'm not sure they're still around though.
-
@dafyre said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
@JaredBusch said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
So the configuration was as straitforward as it actually seems?! If so, awesome.
Getting the controller built was easy. Managing it is where the pain point was at. I had some scripts at one time to help with that. I'm not sure they're still around though.
Back when they had the 10 device limit I stole your php scripts and used them to do my own. I'm sure I have a backup somewhere but I just don't do it anymore with the number of free devices now.
-
@stacksofplates said in ZeroTier Host:
@dafyre said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
@JaredBusch said in ZeroTier Host:
@RamblingBiped said in ZeroTier Host:
All intelligible and reasonable use cases aside, I might try and work on this a little this weekend to see if I can get a host up and running on my home network. If I do I will try and document the process and put it out in the wild.
I think this is their documentation for getting started: https://github.com/zerotier/ZeroTierOne/tree/master/controller
Yeah, that is all there is really.
I set one up when it first came up on ML. I even had something registered to it.
So the configuration was as straitforward as it actually seems?! If so, awesome.
Getting the controller built was easy. Managing it is where the pain point was at. I had some scripts at one time to help with that. I'm not sure they're still around though.
Back when they had the 10 device limit I stole your php scripts and used them to do my own. I'm sure I have a backup somewhere but I just don't do it anymore with the number of free devices now.
Keep those backed up somewhere, lol. I may have just found my copies.
-
hey does anyone have the scripts to setup a new network ? I cant seem to get my head around this curl -X POST stuff... i got it compiled and properly running, i just need to create a new network. thanks