Is connecting to NAS through a web browser secure?

I am a complete noobie who got a DXP2800. I want to download and upload files to it while traveling. I can do this through a web browser, but I worry about doing this on public wifi.

Many people have recommended that I install Tailscale, which I did from a video. Tailscale shows the NAS as registered, and I also connected my Android phone and Linux laptop to Tailscale. I can link to the NAS in a Linux terminal (through ssh) and can actually see files and folders, but there are permission errors if I try to copy files to my laptop. Unfortunately, I do not see how Tailscale actually connects me to the NAS and how I can down/upload files with it.

I can access the NAS from my phone through the UGreen app. I have also installed Tailscale on my phone, which shows NAS as registered, but I don’t know if Tailscale actually does anything.

Forgive me, I’m so new at this that it is hard to know what to ask exactly, but what am I missing?

Tailscale is a VPN type service that uses WireGuard as its underlaying VPN technology, but I don’t know enough about Tailscale to provide any specific answers to your question.

As long as you have a secure connection via TLS, you have as a secure connection to your NAS as is possible on the internet today.

I have a public IP address, so I simply use WireGuard on my router to access parts on my network that I don’t want facing the internet. I’ve also set up a reverse proxy using Zoraxy. I wrote up a little guide here if you’re interested, but it requires that you have a DDNS service of some kind. It’s a fairly secure way of accessing your services remotely, as long as those service have their own login function. It limits you to only having to open two ports on your router as well. There are other proxy server options as well, this is just one that I found to be relatively easy to use.

I really appreciate your answer, but I know so little about this that it seems like a new language to me. Can you recommend a simple source for ‘know-nothings’ that I can use to learn more? Many thanks.

Afraid not, these are things I’ve learnt over the years that I’ve been using computers and having worked in tech. I think you’ll be fine with Tailscale, as long as the service is set up properly, as the connection should be encrypted, you should see the little padlock in the address bar of the browser when the connection is secure.

Hi Tinkerer, I also plan to travel soon and hope to be able to access my DXP480T+ when I am overseas. I also have an aim not to bring along extra weight - my laptop.

I have installed TailScale on both my NAS(as host) and on my Android foldable phone today and I think it is quite promising. In addition, I have also installed Solid Explorer on my phone which gave me the ability to move files between phone and NAS by drag-&-drop simplicity when I put my foldable in portrait mode.

So I don’t need to access the NAS from a web browser.

One important thing I did was to add TailScale key into the env variable of the NAS Container :

​Environment Variables: Add TS_AUTHKEY. (You get this key from your Tailscale Admin Console under “Keys” > “Generate auth key”).

BTW, I used the container image “tailscale/tailscale“. I think there are more than one tailScale images when you search. And I have to enable Priviledged mode.

Summary :slight_smile:

  1. Install the TailScale/TailScale image in NAS.
  2. Copy the key from your TailScale account and paste into the env variable in NAS container.
  3. Install Solid Explorer in phone.
  4. Create new cloud folder in Solid Explorer (I used WebDAV mode), and bang, I see in the portrait mode 1 explorer for NAS on the left, and 1 explorer for my phone storage on the right and I can drag and drop files either way.

I don’t know if Solid Explorer behaves the same for non-foldable phones.

I hope you can get what you were hoping for. Text here if you have any questions. I am still exploring this new excitement I have discovered today.