❖ Wireguard
Tilde uses wg-easy to make Wireguard VPN access easy. Opening the web-ui for wg-easy for the first time will guide you through the set up process. Once completed, you can add profiles for all of your devices, and access your services from anywhere.
Do note that IP collisions can happen when using Wireguard. This is when your current network's private address space is the same as your home network.
For example, devices in your home network are assigned IP address 192.168.1.0 -> 192.168.1.255 and the same is true of the network you are currently connected to.
If you're at a friend's house, you can ask them to change their private address space to be something like 192.168.2.0 -> 192.168.2.255.
You can also change yours to accomplish the same thing.
This is an oversimplification of how private address spaces are assigned, but illustrates a common problem that I've run into multiple times.