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
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 😉
@@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
@@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
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.
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
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.😍
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 😉
@@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
@@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
Hi Iman. Could you share your discord again? This link is outdated😁
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.
I’m happy you liked the content. I have Ubuntu on my system with KDE installed instead of Gnome, therefore Kubuntu.
❤❤❤
👍
i left 2 comments about tweaking the speed but they removed , idk why :(
Sorry to hear that! Idk either 🤔
Feel free to join my discord for easy of communication discord.com/invite/kEYeuh3Y
@@TheRealCodeVoyage thank you, i will join and share the trick