Installing CloudflareD on RUTX08 Router

Good Morning! Trying to install CloudflareD on an RUTX08 Router to securely connect to Cloudflare.

Here are the commands they list for me to install on Debian Linux variety on an ARM32bit processor:

Add cloudflare gpg key

sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkg.cloudflare.com/cloudflare-main.gpg | sudo tee /usr/share/keyrings/cloudflare-main.gpg >/dev/null

Add this repo to your apt repositories

echo ‘deb [signed-by=/usr/share/keyrings/cloudflare-main.gpg] https://pkg.cloudflare.com/cloudflared any main’ | sudo tee /etc/apt/sources.list.d/cloudflared.list

install cloudflared

sudo apt-get update && sudo apt-get install cloudflared

When I try - I get numerous errors like sudo does not exist and apt-get does not exist.

I’ve attached screenshots of what I’m getting when I try…


Hello,

Unfortunately, there is currently no option to add the Cloudflare package to the device. However, this feature has already been suggested to our R&D team. They are analyzing use cases for this VPN and will consider adding support in the future.

Thank you for your understanding and patience.

Best regards,
M.

Plus 1 for this

1 Like

plus 1 as well

I am concerned however about flash and RAM requirements. Cloudflared is not particularly light-weight.

Hello, @FjordLover & @newbuilder22 , passed your requests to the RnD.

Have a nice day,
M.

This topic was automatically closed after 60 days. New replies are no longer allowed.