Linux
Downloads are available for amd64, x86 and ARMv6 in several forms:
- Standalone binary
- .deb package for Debian and derivatives (Ubuntu etc.)
- .rpm package for CentOS, RHEL etc.
Type | amd64 / x86-64 | x86 (32-bit) | ARMv6 |
---|---|---|---|
Binary | Download | Download | Download |
.deb | Download | Download | Download |
.rpm | Download | Download | Download |
macOS
Argo Tunnel can also be installed via Homebrew:
$ brew install cloudflare/cloudflare/cloudflared
Install via Terminal:
$ curl https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-darwin-amd64.tgz | tar xzC /usr/local/bin
Windows
Downloads are available in ZIP format for 32-bit and 64-bit versions.
Go to Downloads folder, right-click on the zip folder and select “Extract All” to extract the executable. Open Powershell and navigate to the Downloads folder
PS C:\Users\Administrator> cd .\Downloads\
PS C:\Users\Administrator\Downloads> ls
Directory: C:\Users\Administrator\Downloads
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 4/2/2018 10:57 PM cloudflared-stable-windows-amd64
-a---- 4/2/2018 10:54 PM 7021519 cloudflared-stable-windows-amd64.zip
PS C:\Users\Administrator\Downloads> cd .\cloudflared-stable-windows-amd64\
PS C:\Users\Administrator\Downloads\cloudflared-stable-windows-amd64> ls
Directory: C:\Users\Administrator\Downloads\cloudflared-stable-windows-amd64
Mode LastWriteTime Length Name
---- ------------- ------ ----
------ 4/2/2018 7:04 PM 25781248 cloudflared.exe
Run the cloudflared.exe
executable to ensure that it works properly on your computer:
PS C:\Users\Administrator\Downloads\cloudflared-stable-windows-amd64> .\cloudflared.exe --version
cloudflared version 2018.4.8 (built 2018-04-26-1817 UTC)
To spin up a tunnel, you will first need to log in with your Cloudflare account. Run .\cloudflared.exe login
to spawn the login page in your web browser:
PS C:\Users\Administrator\Downloads\cloudflared-stable-windows-amd64> .\cloudflared.exe login
A browser window should have opened at the following URL:
https://www.cloudflare.com/a/warp?callback=https%3A%2F%2Flogin.cloudflarewarp.com%2FP3P3TOWUADVHF6AH43ISGRWZOL257VNO5GLJTPBNCR5JDOMVLN2OTXON2ASJ6J4B
If the browser failed to open, open it yourself and visit the URL above.
If the browser fails to open, right-click the login URL and navigate to it in the browser.