Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 663 Bytes

ZeroTier Self Build UI

A console UI for people who selfbuild. May be used for linux and windows (This is due to the fact self-building does not include the UI)

Using

After it is installed type zt to run.

Installation

Really easy, clone and run the install script as admin/root.

.BAT is for windows (duh) and .SH is for linux.

WARNING

This modifies your path variable on windows using set: set PATH=%PATH%;C:\zt.bat

By default both the zt (for unix/linux) and zt.bat (windows) use python3 instead of python. If your python 3 uses python instead of python3.

(I am running python3 C:\zt.py)

You will need to change it if it is different for you