I just purchased a GL-AXT1800. I was able to add PIA Wireguard client from the mobile app and it works great. I would also like to add a Wireguard Client to my home Opnsense router. I manually created the client in the web interface and can see the config in /etc/config/wireguard but the config doesn’t show up in VPN Dashboard under VPN Client. I rebooted the router but still no luck. Here isthe relevant Wireguard config lines for PIA and my home Wireguard Server
config groups 'group_7705'
        option group_name 'FromApp'
        option group_type '3'
        option auth_type '1'
        option procedure '0'
config peers 'peer_9128'
        option group_id '7705'
        option name 'app_pia_US_US East'
        option persistent_keepalive '25'
        option listen_port '13322'
        option public_key 'publicKey'
        option end_point '37.19.197.246:1337'
        option allowed_ips '0.0.0.0/0'
        option presharedkey_enable '0'
        option local_access '0'
        option masq '1'
        option address_v4 '10.27.179.33'
        option private_key 'privateKey'
config groups 'group_952'
        option group_type '2'
        option auth_type '0'
        option group_name 'HomeOpnsense'
config peers 'peer_4074'
        option group_id '952'
        option name 'crawford'
        option persistent_keepalive '25'
        option address_v4 'xx.xx.xx.xx/32'
        option listen_port '33972'
        option private_key 'inetrouterPrivateKey'
        option public_key 'homeGatewayPublicKey'
        option end_point 'myNetwork:port'
        option allowed_ips '0.0.0.0/0'
        option dns 'xx.xx.xx.xx'
        option ipv6_enable '0'
        option presharedkey_enable '0'
        option local_access '0'
        option masq '1'
root@GL-AXT1800:/etc/config#



