Skip to content

Luzefiru/cloudflared-termux-install-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloudflared-termux-install-script

A shell script to build (with make) and install cloudflared on a device running Termux with the default pkg package manager.

Root access is not required.

Setup

Step 1: Download the installation script

curl -LO https://raw.githubusercontent.com/Luzefiru/cloudflared-termux-install-script/refs/heads/main/install-cloudflared.sh

Step 2: Make the script executable

chmod +x install-cloudflared.sh

Step 3: Run the installer

./install-cloudflared.sh
  • ⏳ This step may take a few minutes while cloudflared is being compiled.

Step 4: Verify the installation

cloudflared --version

OPTIONAL: Setup SSH Proxy for Cloudflare Tunnel Hostname

This allows you to connect to SSH servers hosted on Cloudflare Tunnels.

curl -LO https://raw.githubusercontent.com/Luzefiru/cloudflared-termux-install-script/refs/heads/main/setup-cloudflared-client.sh && chmod +x setup-cloudflared-client.sh && ./setup-cloudflared-client.sh

OPTIONAL: Post-install Clean Up

rm -fr ./setup-cloudflared-client.sh ./install-cloudflared.sh ./cloudflared ./go

References

License

MIT License

About

A shell script to install cloudflared on a device running Termux with the pkg package manager.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages