Categories > WeAreDevs > Hangout >
How can I make a VPN in Winforms C#???
Posted
Can I have a good YouTube tutorial on how to make a VPN app in Winforms C#?
a former active and known member of the WRD community, but im kinda just a meme now
Replied
How did I know you made this thread? lmfao
Cancel
Post
Added
You can launch external application like in this sample. This probably is easiest way to do it, but it depends on external applications.
Or you can try to use Windows API with some wrapper like DotRas. This could be a bit harder, but you won't have any dependancies on particular external apps.
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
a former active and known member of the WRD community, but im kinda just a meme now
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
@TeekTacker also Idk how u knew it was me lmao, but I always ask stupid questions smhh
Cancel
Post
a former active and known member of the WRD community, but im kinda just a meme now
Added
Your questions aren't stupid
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
VPN's are quite easy to create, btw teek's response was straight out stackoverflow (https://stackoverflow.com/questions/7913695/create-connect-vpn-connection-through-c-net).
Option 1). Hosting a VPN locally on your PC. Assuming you use that method windows provides a way to create your own local VPN (https://www.howtogeek.com/135996/how-to-create-a-vpn-server-on-your-windows-computer-without-installing-any-software/)
Option 2.) This somewhat answers your question, you can either use existing VPN servers and use something like a C# wrapper version of OpenVPN to actually connect to servers. Or you can buy a server and configure it to become a VPN service and use OpenVPN to once again connect to the VPN severs.
Before actually starting I would watch this video - https://www.youtube.com/watch?v=KcxKWudhkpc
Cancel
Post
Was on WRD front page
Programs I own - Synapse X, Protosmasher, Sirhurt, Sweat Heart of Sigma Chi, Scriptware V2
Languages I know - C#,JS,Lua,VB.net
Learning - Python, C
Added
^
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
What is a better Open VPN or private? For example, this approach will be useful enough. You can also read this post about it. And will this offer be so attractive?
Cancel
Post
Replied
@Hovereffect Private VPN, you don't want some random person accessing the VPN server... That leaves a chnace that they can find your Real IP, If they somehow get to your router.
Cancel
Post
a former active and known member of the WRD community, but im kinda just a meme now
Users viewing this thread:
( Members: 0, Guests: 2, Total: 2 )
Cancel
Post