• Our Discord server is open https://discord.gg/jbXn7uuH

Çalışıyor 10 dk da ücretsiz vpn kurma - Set up a free VPN in 10 minutes

Administrator

Founder
Joined: Sep 11, 2024
Messages: 18
Reaction score: 2
Points: 3
Selamlar,

Sunucu masrafını saymazsak, sınırsız client ile kullanabileceğiniz Algo VPN projesini sizlere tanıtıcam.
Ben kurulumda ubuntu OS kullandım, server OS tamamen size kalmış.


Requirements
  • 1 adet vps
  • 1 adet vpn client

Client de size tavsiyem Wirequard kullanmanızdır, tamamen ücretsiz ve çok hafif bir yazılım.
Sunucu olarak Alman kalitesinden şaşmayıp Hetzner kullanıcam.

Öncelikle sunucumuzu oluşturuyoruz, ben aşağıdaki donanımlara sahip en düşük fiyatlı sunucuyu kullandım.
Capture.png


Sunucuya ssh ile bağlandıktan sonra, aşağıdaki komutları kullanarak kurulum yapabilirsiniz.
İlgili komutlar hem requirements ları karşılar hem kurulumu gerçekleştirir, ubuntu için hazırlanmıştır diğer linux OS lar da komutlar benzerlik gösterir.


Dependencies
  • git
  • python3-pip
  • python3-virtualenv
  • libffi-dev
  • libssl-dev

Komutlar
  • sudo apt update
  • sudo apt install python3-pip
  • pip3 install virtualenv
  • sudo apt-get install libffi
  • sudo apt-get install openssl
  • git clone
    Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.
  • cd algovpn-ubuntu-installer && chmod +x setup.sh
  • ./setup.sh
  • kurulum sırasında nano ile path açılacak ip_sec enabled kısmını false yapıp crtl x + y enter diyerek ip_sec i devre dışı bırakın.
  • 12
  • y
  • y
  • HomeNet
  • n
  • n
  • enter
  • localhost
  • Vps ip adresi

Algo vpn için Port Requirements

firewall.png


Kurulum işlemi bu kadar, kurulum bittikten sonra linux OS kullanıyorsanız aşağıdaki komut ile vpn config dosyalarını alabilirsiniz.

  • mkdir algo_vpn
  • scp -r YOUR_LINUX_USER@YOUR_IP_ADDRESS:/home/YOUR_LINUX_USER/algo/configs/YOUR_IP_ADDRESS/wireguard/ algo_vpn

root.png


Windows kullanıyorsanız sunucuya sftp aracısı ile örn" Bitwise tavsiyemdir, bağlanıp algo/configs/YOUR_IP_ADDRESS/wireguard/ algo_vpn path indeki dosyaları almanızdır.

Dosyalar aşağıdaki gibidir.

vpn.png


Şimdi geldik Wirequard uygulaması ile vpn sunucumuzu nasıl kullanacağımıza.

Öncelikle aşağıdaki adresten windows için Wirequard ı indirebilirsiniz.

Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.

Apple ve Android için store da mevcuttur (ücretsiz.) Config dosyalarında yer alan qr codu okutarak veya windows için config dosyasında yer alan desktop ı seçerek bağlanabilirsiniz.
Yapılan hız testlerinde 100 Mbps vpnsiz download internet için 65 Mbps download alınmıştır. :)

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Greetings,

Excluding the server cost, I will introduce you to the Algo VPN project that you can use with unlimited clients.
I used Ubuntu OS in the installation, the server OS is completely up to you.


Requirements
  • 1 vps
  • 1 vpn client

My advice to you for the client is to use Wirequard, it is completely free and very light software.
I will use Hetzner as a server, not deviating from German quality.
First, we create our server, I used the lowest priced server with the following hardware.



After connecting to the server via ssh, you can install using the following commands.
The relevant commands both meet the requirements and perform the installation, it is prepared for Ubuntu, the commands are similar for other Linux OSes.


  • Dependencies

  • git
  • python3-pip
  • python3-virtualenv
  • libffi-dev
  • libssl-dev

Commands

  • sudo apt update
  • sudo apt install python3-pip
  • sudo pip3 install virtualenv
  • sudo apt-get install libffi
  • sudo apt-get install openssl
  • git clone
    Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.
  • cd algovpn-ubuntu-installer && chmod +x setup.sh
  • ./setup.sh
  • During the installation, open the path with nano and set the ip_sec enabled section to false and disable ip_sec by pressing crtl x + y enter.
  • 12
  • y
  • y
  • HomeNet
  • n
  • n
  • enter
  • localhost
  • Vps ip adress

Port Requirements for Algo vpn

That's it for the installation process, after the installation is complete, if you are using Linux OS, you can get the vpn config files with the following command.

mkdir algo_vpn
scp -r YOUR_LINUX_USER@YOUR_IP_ADDRESS:/home/YOUR_LINUX_USER/algo/configs/YOUR_IP_ADDRESS/wireguard/ algo_vpn

If you are using Windows, I recommend connecting to the server with an sftp agent, for example "Bitwise", and getting the files in the path algo/configs/YOUR_IP_ADDRESS/wireguard/ algo_vpn.

The files are as follows.

Now we come to how to use our vpn server with the Wirequard application.

First of all, you can download Wirequard for windows from the address below.

Bu bağlantı ziyaretçiler için gizlenmiştir. Görmek için lütfen giriş yapın veya üye olun.

It is available in the store for Apple and Android (free.) You can connect by scanning the qr code in the config files or by selecting the desktop in the config file for windows.

Speed In the tests, 65 Mbps download was received for 100 Mbps VPN-free download internet. :)
 
Last edited:

Discord

Back
Top