From f0a23ae0ea662bcc2d7f003a7a6b92f8adeba5e0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 17 Apr 2018 10:48:00 -0700 Subject: docs --- macui/ZeroTier One/about.html | 119 ++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 63 deletions(-) (limited to 'macui') diff --git a/macui/ZeroTier One/about.html b/macui/ZeroTier One/about.html index 4fa41d7b..09f6eb36 100644 --- a/macui/ZeroTier One/about.html +++ b/macui/ZeroTier One/about.html @@ -1,65 +1,58 @@ - - - - - -
-
-
-
-
- -
-

Getting Started

- -

Getting started is simple. Simply click Join Network from the ZeroTier status bar menu. To join the public network "Earth", enter 8056c2e21c000001 and click the Join button. Once connected, you'll be able to navigate to earth.zerotier.net.

- -

Create a Network

-

Visit my.zerotier.com to create and manage your own virtual networks.

- -

For more information, visit zerotier.com.

- -
- + + + + +
+
+

Welcome to ZeroTier

+

Getting Started

+

Networks are identified by 16-digit network IDs. If someone invited you to join theirs you probably received one. If not you can create your own at my.zerotier.com or by running running your own network controller. +

Your computer is identified by a 10-digit ZeroTier address. You can find it at the top of the ZeroTier app's pull-down menu or by typing "sudo zerotier-cli info" in a terminal window. This number is unique to your system and is how network administrators can recognize you. If someone invited you to a network, give them this ID so they can authorize you to join.

+

Starting, Stopping, and Uninstalling

+

The ZeroTier service is separate from the UI app and starts on system boot. The app can be started on login or only when needed. To stop the ZeroTier service use:

+      sudo launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist

+ Replace "unload" with "load" to start it again.

+

ZeroTier can be uninstalled with:

+      sudo '/Library/Application Support/ZeroTier/One/uninstall.sh' +

+

For more information, visit zerotier.com.

+
+ \ No newline at end of file -- cgit v1.2.3