How to disable the OpenVPN Web UI and keep tunnelling featureWhy does the common internet stop working when I connect to an OpenVPN server?OpenVPN-AS on Debian server and Ubuntu 12.10 clientOpenvpn server on ubuntu and clients on WindowsHow to install openVPN server in Ubuntu 12.04 to have PPTP access using username and password?Difference between OpenVPN Access Server and just OpenVPNOpenVPN server: how to tell if server is listening/working?OpenVPN access to LAN devicesConnecting to Windows Guest using Headless Virtualbox / phpvirtualbox and an OpenVPN-ServerHow Do I Setup OpenVPN and Nginx To Allow Sharing Port 443?
What if a quote contains an error
Why has Donald Trump's popularity remained so stable over a rather long period of time?
Describing the taste of food
How to make "acts of patience" exciting?
What do you call the fallacy of thinking that some action A will guarantee some outcome B, when in reality B depends on multiple other conditions?
Is sleeping on the groud in cold weather better than on an air mattress?
Should I reveal productivity tricks to peers, or keep them to myself in order to be more productive than the others?
Why can I ping 10.0.0.0/8 addresses from a 192.168.1.0/24 subnet?
Can a Creature at 0 HP Take Damage?
Why are engines with carburetors hard to start in cold weather?
'Cheddar goes "good" with burgers?' Can "go" be seen as a verb of the senses?
How do I break the broom in Untitled Goose Game?
How to handle motorists' dangerous behaviour with an impassable group?
Does UPDATE without WHERE clause lock a table in PostgreSQL?
Can a Dragon enter the feywild at will?
How long could a human survive completely without the immune system?
How stable are PID loops really?
Understanding and grammar meaning behind "やったことないしなー"
Why do previous versions of Debian packages vanish in the package repositories? (highly relevant for version-controlled system configuration)
Why does allocating a single 2D array take longer than a loop allocating multiple 1D arrays of the same total size and shape?
How to measure torque accurately?
"Es gefällt ihm." How to identify similar exceptions?
Son of the Revenge of the Riley Riddles in Reverse Strikes Again
Relation between signal processing and control systems engineering?
How to disable the OpenVPN Web UI and keep tunnelling feature
Why does the common internet stop working when I connect to an OpenVPN server?OpenVPN-AS on Debian server and Ubuntu 12.10 clientOpenvpn server on ubuntu and clients on WindowsHow to install openVPN server in Ubuntu 12.04 to have PPTP access using username and password?Difference between OpenVPN Access Server and just OpenVPNOpenVPN server: how to tell if server is listening/working?OpenVPN access to LAN devicesConnecting to Windows Guest using Headless Virtualbox / phpvirtualbox and an OpenVPN-ServerHow Do I Setup OpenVPN and Nginx To Allow Sharing Port 443?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
I installed OpenVPN server according to DigitalOcean's manual (https://www.digitalocean.com/community/tutorials/how-to-install-openvpn-access-server-on-ubuntu-12-04).
I prepared all that I need and VPN works fine. Now I do not want the Web UI any more. Is there a way to disable it (I want to install nginx for both HTTP and HTTPS) and keep tunnelling?
openvpn
add a comment
|
I installed OpenVPN server according to DigitalOcean's manual (https://www.digitalocean.com/community/tutorials/how-to-install-openvpn-access-server-on-ubuntu-12-04).
I prepared all that I need and VPN works fine. Now I do not want the Web UI any more. Is there a way to disable it (I want to install nginx for both HTTP and HTTPS) and keep tunnelling?
openvpn
1
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04
add a comment
|
I installed OpenVPN server according to DigitalOcean's manual (https://www.digitalocean.com/community/tutorials/how-to-install-openvpn-access-server-on-ubuntu-12-04).
I prepared all that I need and VPN works fine. Now I do not want the Web UI any more. Is there a way to disable it (I want to install nginx for both HTTP and HTTPS) and keep tunnelling?
openvpn
I installed OpenVPN server according to DigitalOcean's manual (https://www.digitalocean.com/community/tutorials/how-to-install-openvpn-access-server-on-ubuntu-12-04).
I prepared all that I need and VPN works fine. Now I do not want the Web UI any more. Is there a way to disable it (I want to install nginx for both HTTP and HTTPS) and keep tunnelling?
openvpn
openvpn
edited Dec 6 '14 at 3:16
Fabby
29.4k18 gold badges71 silver badges174 bronze badges
29.4k18 gold badges71 silver badges174 bronze badges
asked Dec 5 '14 at 16:37
Alex G.P.Alex G.P.
1013 bronze badges
1013 bronze badges
1
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04
add a comment
|
1
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04
1
1
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04
add a comment
|
2 Answers
2
active
oldest
votes
You are currently using OpenVPN Access Server, which is a commercial product from OpenVPN Technologies (the company of the original author). If you're willing to pay, you could contact them for support. Otherwise, you probably want the community version of OpenVPN.
This wiki page has up-to-date information on how to use the available repositories:
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
Once you've installed the community version, figure out where your OpenVPN AS config files and server keys are (I guess in /etc/openvpn-as, but I never actually ran AS, so I'm not sure), and copy them over to /etc/openvpn. AS is a set of tooling around the community edition for easy administration, so the config files should just work with the community edition.
add a comment
|
You can't actually disable it because the client connection relies on it. However, you can set it to localhost only, so it refuses all external connections except for openvpn clients.
/usr/local/openvpn_as/scripts/sacli -k admin_ui.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli -k cs.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli start
the value "-v" you can use 'localhost' even '127.0.0.1'(for other tunnels) or server's public ip and interface name like 'eth2'
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f557044%2fhow-to-disable-the-openvpn-web-ui-and-keep-tunnelling-feature%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You are currently using OpenVPN Access Server, which is a commercial product from OpenVPN Technologies (the company of the original author). If you're willing to pay, you could contact them for support. Otherwise, you probably want the community version of OpenVPN.
This wiki page has up-to-date information on how to use the available repositories:
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
Once you've installed the community version, figure out where your OpenVPN AS config files and server keys are (I guess in /etc/openvpn-as, but I never actually ran AS, so I'm not sure), and copy them over to /etc/openvpn. AS is a set of tooling around the community edition for easy administration, so the config files should just work with the community edition.
add a comment
|
You are currently using OpenVPN Access Server, which is a commercial product from OpenVPN Technologies (the company of the original author). If you're willing to pay, you could contact them for support. Otherwise, you probably want the community version of OpenVPN.
This wiki page has up-to-date information on how to use the available repositories:
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
Once you've installed the community version, figure out where your OpenVPN AS config files and server keys are (I guess in /etc/openvpn-as, but I never actually ran AS, so I'm not sure), and copy them over to /etc/openvpn. AS is a set of tooling around the community edition for easy administration, so the config files should just work with the community edition.
add a comment
|
You are currently using OpenVPN Access Server, which is a commercial product from OpenVPN Technologies (the company of the original author). If you're willing to pay, you could contact them for support. Otherwise, you probably want the community version of OpenVPN.
This wiki page has up-to-date information on how to use the available repositories:
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
Once you've installed the community version, figure out where your OpenVPN AS config files and server keys are (I guess in /etc/openvpn-as, but I never actually ran AS, so I'm not sure), and copy them over to /etc/openvpn. AS is a set of tooling around the community edition for easy administration, so the config files should just work with the community edition.
You are currently using OpenVPN Access Server, which is a commercial product from OpenVPN Technologies (the company of the original author). If you're willing to pay, you could contact them for support. Otherwise, you probably want the community version of OpenVPN.
This wiki page has up-to-date information on how to use the available repositories:
https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos
Once you've installed the community version, figure out where your OpenVPN AS config files and server keys are (I guess in /etc/openvpn-as, but I never actually ran AS, so I'm not sure), and copy them over to /etc/openvpn. AS is a set of tooling around the community edition for easy administration, so the config files should just work with the community edition.
answered Dec 7 '14 at 22:25
Steffan KargerSteffan Karger
1411 silver badge5 bronze badges
1411 silver badge5 bronze badges
add a comment
|
add a comment
|
You can't actually disable it because the client connection relies on it. However, you can set it to localhost only, so it refuses all external connections except for openvpn clients.
/usr/local/openvpn_as/scripts/sacli -k admin_ui.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli -k cs.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli start
the value "-v" you can use 'localhost' even '127.0.0.1'(for other tunnels) or server's public ip and interface name like 'eth2'
add a comment
|
You can't actually disable it because the client connection relies on it. However, you can set it to localhost only, so it refuses all external connections except for openvpn clients.
/usr/local/openvpn_as/scripts/sacli -k admin_ui.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli -k cs.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli start
the value "-v" you can use 'localhost' even '127.0.0.1'(for other tunnels) or server's public ip and interface name like 'eth2'
add a comment
|
You can't actually disable it because the client connection relies on it. However, you can set it to localhost only, so it refuses all external connections except for openvpn clients.
/usr/local/openvpn_as/scripts/sacli -k admin_ui.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli -k cs.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli start
the value "-v" you can use 'localhost' even '127.0.0.1'(for other tunnels) or server's public ip and interface name like 'eth2'
You can't actually disable it because the client connection relies on it. However, you can set it to localhost only, so it refuses all external connections except for openvpn clients.
/usr/local/openvpn_as/scripts/sacli -k admin_ui.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli -k cs.https.ip_address -v localhost configput
/usr/local/openvpn_as/scripts/sacli start
the value "-v" you can use 'localhost' even '127.0.0.1'(for other tunnels) or server's public ip and interface name like 'eth2'
answered May 10 at 10:45
SeandexSeandex
494 bronze badges
494 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f557044%2fhow-to-disable-the-openvpn-web-ui-and-keep-tunnelling-feature%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Welcome to AskUbuntu! ;-) What version of Ubuntu are you using?
– Fabby
Dec 6 '14 at 1:04