What's new

Closed [Autoscript] Installing Stunnel on your VPS (SSH & OpenVPN) on Debian / Ubuntu

Status
Not open for further replies.

Edmar Hub

Eternal Poster
Joined
Sep 15, 2015
Posts
1,149
Reaction
1,172
Points
413
[Autoscript] Installing Stunnel on your VPS (SSH & OpenVPN) on Debian / Ubuntu

oxBgzCl.png

Guide:

1. Login to your VPS, must login with root access

2. Install Stunnel using this autoscript below change ports if necessary

Code:
wget https://sharevpn.org/ssl.sh && chmod +x ssl.sh && ./ssl.sh

4. Reboot your VPS

5. Done

You may now use this tutorial below to connect via SSL over OpenVPN to bypass SUN TU50 promo for PC & Mobile

https://phcorner.net/threads/700857/

Helpful commands:

  • To check your stunnel config:
Code:
cat /etc/stunnel/stunnel.conf

  • To restart your stunnel
Code:
/etc/init.d/stunnel4 restart

  • To check stunnel status
Code:
/etc/init.d/stunnel4 status

PS: If you think this is helpful, kindly hit like/thanks :D
 

Attachments

Last edited:
Status
Not open for further replies.
Back
Top