Forum archive
Install openvpn turnkey on existing debian jessie 64
I have no physical access to my vps and my provider has all kinds of turnkey available but not the one i need.
Can i install turnkey openvpn on a fresh install of Debian Jessie 64?
edit
What i've tried so far is to tar an install of Turnkey openvpn from the root /
to untar it at the root of the fresh install.
This works for another situation i had and it all comes to excluding certain dirs and files from the backkup.
When i do this in this situation with:
tar -zcvpf /tars/vpn.gz --directory=/ --exclude='etc/fstab' --exclude='etc/dbus-1' --exclude='etc/network/interfaces' --exclude='boot' --exclude='dev' --exclude='tars' --exclude='proc' --exclude='sys' --exclude='tmp' --exclude='run' --exclude='mnt' --exclude='media' --exclude='lost+found' .
And then Untar it at / of the new system with:
tar -zxvpf vpn.gz
And do a reboot
The system boots up but halts on: failed to start login service and failed to start lsb
Having said that, it does come default with TKLBAM (our backup and migration tool) pre-installed. For ease of use and a nice web UI you do need to register with us. And to get the best out of it you do need to pay a subscription, but it's not compulsory. You don't even need to register with us if you don't want to as you can use alternate backends (such as local filesystem or Google Docs). Perhaps you misunderstood that part?
Also if you launch it on AWS there are fees. So again, that may be where the misunderstanding occurred?
Regardless, I'm glad that you have found something that suits your purposes. FYI we also provide docker builds, which I hadn't considered but probably should have thought of...
Is your solution using OpenVPN still? If so there are a number of projects aiming to do the same thing. Have a look here. Unfortunately though, last I checked they were all abandonware. The only maintained one I am aware of is the one provided by OpenVPN themselves (which you do need to pay for). If/when I find a good reliable open source web UI I'd really like to add it to our appliance but am yet to find one. Perhaps you could revive one of the old abandoned projects? Or perhaps just pull out the bits you need? Regardless, I'd be interested to hear how you go. Who knows, if you make a cool open source one, perhaps we'll use yours!? :)
We developed the commandline OpenVPN helper scripts that we include with our OpenVPN appliance inhouse. They are free open source software so please feel free to rob them to use behind your webUI. One of the really cool features IMO is the QR code generator with a disposable URL. I reckon that would integrate really nicely into a WebUI! Anyway, even though you aren't using TurnKey, I'd be really interested to hear how you go and checkout your WebUI.