Set Up Your Own VPN under 2 Minutes! Ocserv Installation Made Easy

Поделиться
HTML-код
  • Опубликовано: 17 янв 2025

Комментарии • 15

  • @ivankartashev7998
    @ivankartashev7998 5 месяцев назад +2

    Thank you so much for sharing this. I live in Russia and we got wireguard blocked several month ago, and then i switched my VPS to outline. But suddenly goverment blocked outline too several days ago, so I spent a couple of days researching how to set up ocserv and I happy that I found your video. Also I like the way you describing everithing. I am very grateful to you

    • @ivankartashev7998
      @ivankartashev7998 5 месяцев назад +1

      I just set it up and its works! But speed is much lower then without VPN connected. Anyway, it works and I can access everything I need.😍

    • @TheRealCodeVoyage
      @TheRealCodeVoyage  5 месяцев назад +1

      Hi Ivan, I’m happy that it worked for you. Your comment and feedback is very appreciated and encouraging to me ☺️. If you have access to chatGPT, make sure to ask how you can modify the config file to boost your speed. There are small changes that might be helpful. Btw OCSERV is anti-DPI (Deep Packet Inspection) so in the eyes of Govs you are connecting to a remote server and not to a VPN. This was one of the main VPN that always worked in Iran. Anyway, let me know if you could tweaked the speed 😉

    • @ivankartashev7998
      @ivankartashev7998 5 месяцев назад

      @@TheRealCodeVoyage Hi again, Iman! I am here to say that i significantly improved the speed from 5-6 mbits to 60-70. I found the trick in linuxbabe article about occrv. It is TCP BBR algorithm.
      I just invoked from my VPS 3 commands:
      echo "net.ipv4.ip_forward = 1" | sudo tee /etc/sysctl.d/60-custom.conf
      echo "net.core.default_qdisc=fq" | sudo tee -a /etc/sysctl.d/60-custom.conf
      echo "net.ipv4.tcp_congestion_control=bbr" | sudo tee -a /etc/sysctl.d/60-custom.conf

    • @ivankartashev7998
      @ivankartashev7998 5 месяцев назад

      @@TheRealCodeVoyage Hi, Iman! I just managed to increase the speed and happy to share the solution with you. I found the trick in linuxbabe article about occerv. It's TCP BBR algorithm. I just invoked in my VPS 3 commands and found that speed increased from 5-15 Mbits to 40-70. Here the commands:
      echo "net.ipv4.ip_forward = 1" | sudo tee /etc/sysctl.d/60-custom.conf
      echo "net.core.default_qdisc=fq" | sudo tee -a /etc/sysctl.d/60-custom.conf
      echo "net.ipv4.tcp_congestion_control=bbr" | sudo tee -a /etc/sysctl.d/60-custom.conf

    • @ivankartashev7998
      @ivankartashev7998 3 месяца назад

      Hi Iman. Could you share your discord again? This link is outdated😁

  • @losivart9610
    @losivart9610 5 месяцев назад +1

    This was actually really informative. I use ProtonVPN since I pay for their other services, but I've heard about setting them up using a webhost or vps. Just never looked into how to do it before.
    Also, what the heck is your host OS? I recognize elements of it but holy.. your taskbar is a strange blend of bland windows and edgy linux elements and I love it.

    • @TheRealCodeVoyage
      @TheRealCodeVoyage  5 месяцев назад

      I’m happy you liked the content. I have Ubuntu on my system with KDE installed instead of Gnome, therefore Kubuntu.

  • @omidanooshahpour4864
    @omidanooshahpour4864 5 месяцев назад

    ❤❤❤

  • @omidanooshahpour4864
    @omidanooshahpour4864 5 месяцев назад

    👍

  • @ivankartashev7998
    @ivankartashev7998 5 месяцев назад

    i left 2 comments about tweaking the speed but they removed , idk why :(

    • @TheRealCodeVoyage
      @TheRealCodeVoyage  5 месяцев назад

      Sorry to hear that! Idk either 🤔
      Feel free to join my discord for easy of communication discord.com/invite/kEYeuh3Y

    • @ivankartashev7998
      @ivankartashev7998 5 месяцев назад

      @@TheRealCodeVoyage thank you, i will join and share the trick