# VPN Testing Tool `vpnctl` is a command line tool to help interface with the remote access solution (vpn). The following are examples of how to use the tool. ## VPN Enable/Disable Test Tests enabling/disabling the vpn connection by updating the `ClusterConfig` field `vpnEnabled`. The test also indicates how long the enablement process takes. ``` just run cmd/sds/tools/vpnctl toggletest --domain dev1.edge-preprod.dev --organization edge-dev1-retail-b526aa --banner dev1 -engineering --store bath1-woz-test-1 --hostname edge-touchpoint-1 --username <username> --password <password> ```