-
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
diff --git a/attic/macui/ZeroTier One/main.m b/attic/macui/ZeroTier One/main.m
deleted file mode 100644
index 108a6bd18..000000000
--- a/attic/macui/ZeroTier One/main.m
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * ZeroTier One - Network Virtualization Everywhere
- * Copyright (C) 2011-2016 ZeroTier, Inc. https://www.zerotier.com/
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see