Advertisements

How To Install VPS Installer Script for Debian 10

Post Views: 5,641 What is Debian 10? Debian 10.12 was released on March 26th, 2022. Debian 10.0 was initially released on July 6th, 2019. The release included many major changes, described in our press release and the Release Notes. Debian 10 has been superseded by Debian 11 (bullseye). To obtain and install Debian, see the installation information page and the Installation Guide. To…

Read More

Shadowsocks with V2ray Plugin Installation | GTM Noload

Post Views: 5,627 Nakita ko lang tong autoscript na ito hindi ito saakin. Natesting ko palang ito sa Ubuntu 18.04 so yun ang irerecommend ko na gamitin nyo. Credits kay M3chD09 (Github)https://github.com/M3chD09 Prerequisites:• VPS (Ubuntu 14+/Debian 8+/CentOS) • Domain and Cloudflare AccountGet your free domain at freenom and transfer it to Cloudflare.https://phcorner.net/threads/create-freenom-domain-and-connect-to-cloudflare.1020514/ On Cloudflare Dashboard>SSL/TLS TabSet the…

Read More

Debian OpenVPN Monitor Installer

Post Views: 5,651 This script is For Debian version 9 and 10 Only * NGiNX + UWSGI setup Original workaround of this script is on Furlongm’s OpenVPN Monitor github Autoscript: Code: System Requirements After installation, you can now visit your openvpn monitor using port :89 on your server’s IP http://123.123.123.123:89 To config the openvpn monitor panel,…

Read More

Debian 9 VPS Installer

Post Views: 5,607 This script is for Debian 9 and 10 Linux Distribution only. Notes for Google Cloud/AWS Lightsail/Azure Users:* run sudo su – before you run/execute this script.* Open TCP Ports on your Firewall(Lahat ng ports na hanggat maaari) Autoscript: rm -f DebianVPS* && wget -q ‘https://raw.githubusercontent.com/Bonveio/BonvScripts/master/DebianVPS-Installer’ && chmod +x DebianVPS-Installer && ./DebianVPS-InstallerServices:• OpenVPN (port 110, multilogin-enabled, now working…

Read More

Enable root login with password of AWS EC2/Lightsail Instance

Post Views: 5,599 1. In terminal, first run Code: 2. Then edit sshd config Code: 3. Find these lines #PermitRootLogin prohibit-passwordPasswordAuthentication no Change them respectively to these PermitRootLogin yesPasswordAuthentication yes note: uncomment or remove the “#” character Ctrl+X then Y then Enter to exit 4. Then restart sshd Code: 5. Set password for root Code:…

Read More

CentOS 6 VPS Squid + OpenVPN Installer

Post Views: 5,607 This script is for CentOS 6 Linux Distribution only. Notes for Google Cloud/AWS Lightsail/Azure Users:* run sudo su – before you run/execute this script.* Open TCP Ports on your Firewall(Lahat ng ports na hanggat maaari)Notes for Z Hosting users/old CentOS 6 image. Do this first:yum clean allyum update -y Autoscript: rm -f centos6* && export url=’https://raw.githubusercontent.com/Bonveio/BonvScripts/master/centos6-ovpn-squid’…

Read More
Advertisements