Here we collected the most frequently asked question from our users and prepared answers to them. We aim to update the page quite often. So, if you didn't find the answer to your question, make sure to come check this page later. Or, you can ask you question directly in our support chat via Facebook messaeger widget on the main page.
If your DockoVPN server is running, but you can't download config, then most-likely you have Firewall settings that prevent you from downloading client config via port DockoVPN uses for serving configs. To fix that, try to disable Firewall, for istance, on Ubuntu you can run:
ufw disable
If by some reason disabling Firewall isn't an option for you, you can try to use different config port.
To revoke client config you need to know client Id of the config you want to revoke. You can find it in the config itself:Pic 1. Client configuration file with client IdOnce client Id is know, you can run the following command:
docker exec dockovpn ./rmclient.sh <client id>
Make sure to replace <client id> with real client Id you intend to revoke.
By default DockoVPN binds to eth0 network interface, but you can overide this behaviour by supplying NET_ADAPTER environment variable to container. Se snippet below: