What is the name of the domain?
What is the issue you’re encountering
I’m able to make tunnel work for http, I can see truenas gui, but I’m stuck on using sftp
What steps have you taken to resolve the issue?
I openned http public hostname and http gui works just perfect. I tried to add same soft ssh and tpc, but it didn’t work. I just need to make access from outside so anyone can use sftp lets say using filezilla to login to sftp.lineamentvm.com.
I also read this from cloudflare community:
You need to have cloudflared install locally on the client machine that you are trying to accessing the Pi from.
rom the client cloudflared access tcp --hostname sftp.site.com --url localhost:2222 then sftp://localhost:2222 it should work.
I couldn’t manage this part yet, but I’d like to know if there is a way so on client machine we don’t do this step, so anyone using fileizlla can simply login and use ftp? Maybe there is some other option or similar? Cause it’s not convenient to ask client installing cloudflared and etc