With LogMeIn Central putting up their prices all the time, I finally switched to ConnectWise Control. ConnectWise has been good but I decided that I would like to try and come up with my own solution for when they decide to also put up their prices. I had been playing around with SSH tunnels and VNC...

So you have created a config file to connect your mobile to your wireguard VPN which looks something like

test.conf

[Interface]
Address = 10.10.0.2/24
PrivateKey = QB+xJziH9NNd0kcf/M7pCW34hdhfjdhOlZA48LBE0=
DNS = 8.8.8.8

# server
[Peer]
PublicKey = TY08u8fu98euf89ssxKTHw4K2GWBThIVvbyuFPPks=
All...