What's new

[ρrémíùm autoscript] install ssh, stunnel, ovpn and pptp server for centos 6, 7, debian 7 & 8

0123456

Forum Guru
Joined
Oct 11, 2013
Posts
3,492
Reaction
3,758
Points
1,129
Age
52
507761_centosdeb8.png


Script Command Lists Menu:

507762_deb7.png


UPDATED SCRIPT HERE : You do not have permission to view the full content of this post. Log in or register now.

For Centos 6 x86 & x64

Code:
yum -y update && yum -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Centos6 && chmod +x Centos6 && ./Centos6 && rm -f Centos6 && history -c

Centos 7 ( OVPN not included as of now )
Code:
yum -y update && yum -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Centos7 && chmod +x Centos7 && ./Centos7 && rm -f Centos7 && history -c

For Debian 7 x86 & x64
Code:
apt-get -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Debian7 && chmod +x Debian7 && ./Debian7 && rm -f Debian7 && history -c

For Debian 8 x86 & x64
Code:
apt-get -y install wget && wget https://raw.githubusercontent.com/daybreakersx/premscript/master/Debian8 && chmod +x Debian8 && ./Debian8 && rm -f Debian8 && history -c

Important Information:
Service and Port Informations:
  • OpenVPN : TCP 1194
  • OpenSSH : 22 & 143
  • Stunnel4 : 443
  • Dropbear : 109, 110 & 442
  • Squid Proxy : 80, 8000, 8080, 8888 & 3128
  • PPTP VPN : 1732
  • Badvpn : 7300
  • Nginx : 85
Server Tools:
  • htop
  • iftop
  • mtr
  • nethogs
  • screenfetch







Credits:
HostingTermurah
VPS-Murah

Script Source Code: You do not have permission to view the full content of this post. Log in or register now.


For Creating Your Own Panel HERE

Credits to : Phcmjal

[public script] install ovpn, ssh, dropbear and ssl server for ubuntu 16 & debian 9
https://phcorner.net/threads/606549/
 

Attachments

Similar threads

Back
Top