Nice try, but not with WD’s servers. WD’s VPN no longer extends to the client OS level for the My Cloud Home.
Before anyone complains too much, this is the same situation with Synology in that they don’t provide a free VPN to users for mapping a remote drive to desktop. A user will have to provide his own VPN for such mapping.
That is because between ~2019 and 2023, WD did provide a desktop program called WD Discovery for desktop (Win & macOS) that did map a remote drive to the desktop but with bandwidth abuse and changing OS network security especially with macOS, WD Discovery desktop became too difficult to support and the feature was deprecated in June, 2023.
The feature you are looking for can be done relatively easily with Tailscale Subnet routing which is free for personal use. This has been documented fairly extensively in this subforum when when it was known that WD Discovery would be deprecated.
Example of copying across subnets from a remote drive with Tailscale.
You don’t have to assume anything, just try it. It is free for personal use and you don’t need your own VPN because one is provided free of charge by Tailscale. It is as close to a free lunch as you can get and there are never any ads, in fact you won’t know anything VPN is running unless you looked under the hood.
Most ‘home’ users don’t bother because using the webapp is good enough for them so they assume that is the best way to do whatever they are doing.
The activation of the Tailscale subnet software router is literally one command line where the ip subnet address is where My Cloud Home is residing:
The basic idea is that you have 2 PCs (PC1 and PC2) or Macs or Linux etc and the My Cloud Home
My Cloud Home (MCH) is locked by WD so it can’t run Tailscale by itself, it needs a router
…
Set up a free Tailscale account and install Tailscale on PC1
Use PC1 as the subnet router, in the same subnet as the My Cloud Home, eg 192.168.1.0/24
Advertise routes 192.168.1.0/24 on PC1 so that it will now route the address of MCH
…meanwhile at remote PC2
Install Tailscale on PC2 as a different subnet, eg 192.168.8.0/24
PC2 will be able to see MCH as a network drive on \\192.168.1.xxx\MCH assuming xxx is the address of MCH and MCH is the name of My Cloud Home private space set up by local access.
** PC1 is acting as a Tailscale subnet router but that doesn’t have to be. There are actual physical routers that can run Tailscale 24x7 all the time and use low power. If you want a persistent Tailscale connection, then get a physical Tailscale router (GL.iNet makes them).
*** Note that it is a simple matter to test the remote PC2 connection by trying it with your home Guest WiFi subnet that is common with most routers. Once you enable the Guest WiFi, a second subnet is created, usually 192.168.2.0/24 range. So test your PC1-MCH setup by installing Tailscale on PC2 (need WiFi on it, another laptop perhaps) and see if you can connect to PC1 and MCH. Normally a router will not allow a guest subnet to connect to the main router subnet, but with Tailscale tunnel and user level authentication and End-to-End encryption, Tailscale will allow such a connection.
It may help to realize that you are installing Tailscale VPN tunnels on both ends, a client and server network. Forget about ‘direct connection with MCH’ because that only applies with WD servers and WD no longer extends their VPN for desktop OS.
The only time VPN works by installing only on one end is when a customer buys a VPN service and install a client end and uses the pre-installed servers located at different end points around the world.
With Tailscale, the client is responsible for minimum setups of both ends and let Tailscale relay network handle routing in between. Once you learn the basics, the rest is mostly minor details.
Cheers.
** Added a subtext answer above:
*** Note that it is a simple matter to test the remote PC2 connection by trying it with your home Guest WiFi subnet that is common with most routers. Once you enable the Guest WiFi on your home router, a second subnet is created, usually 192.168.2.0/24 range. So test your PC1-MCH setup by installing Tailscale on PC2 connected to Guest WiFi (need WiFi on PC2, another laptop perhaps) and see if you can connect PC2 to PC1 and MCH. Normally a router will not allow a guest subnet to connect to the main router subnet, but with Tailscale tunnel and user level authentication and End-to-End encryption, Tailscale will allow such a connection.