kath
kath
CDCloudflare Developers
Created by kath on 9/28/2023 in #general-help
Cloudflare warp Register failing
Im Following this guide https://developers.cloudflare.com/warp-client/get-started/linux/ to install cloudflare warp on kubuntu 23.04. When running warp-cli register it returns Error: "Unable to connect to CloudflareWARP daemon. Maybe the daemon is not running? and on the task bar the cloudflare icon is red
1 replies
CDCloudflare Developers
Created by kath on 9/7/2023 in #general-help
CF Tunnels blocking websockets?
Im using pterodactyl what uses docker and all this other stuff to display a live dashboard of your servers. I have websockets enabled but im getting websocket issues in the console. I asked in the pterodactyl discord already and they dont provide that much support when using stuff that has proxies (cloudflare) Im unsure if i have something set wrong in my cf setup. Its trying to connect to a WSS:// When i go to the webpage my self it says ERR_UNKNOWN_URL_SCHEME
7 replies
CDCloudflare Developers
Created by kath on 9/5/2023 in #general-help
CloudFlare Tunnels Connecter not showing up
Im using Cloudflare tunnels to try and connect a dashboard to my domain. Im using a ubuntu server. Im using the pre generated command to install everything. Im getting this error
2023-09-05T07:33:02Z INF Using Systemd
2023-09-05T07:33:02Z ERR error generating service template error="cloudflared service is already installed at /etc/systemd/system/cloudflared-update.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do `cloudflared service uninstall` to clean up the existing service and then try again this command"
cloudflared service is already installed at /etc/systemd/system/cloudflared-update.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do `cloudflared service uninstall` to clean up the existing service and then try again this command
2023-09-05T07:33:02Z INF Using Systemd
2023-09-05T07:33:02Z ERR error generating service template error="cloudflared service is already installed at /etc/systemd/system/cloudflared-update.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do `cloudflared service uninstall` to clean up the existing service and then try again this command"
cloudflared service is already installed at /etc/systemd/system/cloudflared-update.service; if you are running a cloudflared tunnel, you can point it to multiple origins, avoiding the need to run more than one cloudflared service in the same machine; otherwise if you are really sure, you can do `cloudflared service uninstall` to clean up the existing service and then try again this command
If i run cloudflared service uninstall
2023-09-05T07:33:50Z ERR systemctl daemon-reload error error="systemctl [daemon-reload] returned with error code exit status 1 due to: Failed to reload daemon: Interactive authentication required.\n"
systemctl [daemon-reload] returned with error code exit status 1 due to: Failed to reload daemon: Interactive authentication required.
2023-09-05T07:33:50Z ERR systemctl daemon-reload error error="systemctl [daemon-reload] returned with error code exit status 1 due to: Failed to reload daemon: Interactive authentication required.\n"
systemctl [daemon-reload] returned with error code exit status 1 due to: Failed to reload daemon: Interactive authentication required.
and if i run it with sudo everything works
2023-09-05T07:34:49Z INF Linux service for cloudflared uninstalled successfully
2023-09-05T07:34:49Z INF Linux service for cloudflared uninstalled successfully
Then if i run sudo cloudflared service install xxxx i get the error i started with saying its already installed? There is no connecter showing up when it refreshes? I Think im stuck in a loop
35 replies