Categories > WeAreDevs > Hangout >

How can I make a VPN in Winforms C#???

Hectique

Hectique

Posts: 1080

Threads: 155

Joined: Nov, 2019

Reputation: 14

Posted

Can I have a good YouTube tutorial on how to make a VPN app in Winforms C#?

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

How did I know you made this thread? lmfao

  • 0

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.

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

Hectique

Hectique

Posts: 1080

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@TeekTacker Thanks for the help!

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

@Hectique no problem!

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

Hectique

Hectique

Posts: 1080

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@TeekTacker also Idk how u knew it was me lmao, but I always ask stupid questions smhh

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

@Hectique I knew it was you because it was a question lmfao

  • 0

Added

Your questions aren't stupid

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

AIpha

alpha

Posts: 156

Threads: 19

Joined: May, 2018

Reputation: 4

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

 

 

  • 0

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

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

@AIpha Most of my help comes from stackover flow :joy:

  • 0

Added

^                                                                                                                                    

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

Posts: 6

Threads: 0

Joined: Jun, 2020

Reputation: 0

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?  

  • 0

Hectique

Hectique

Posts: 1080

Threads: 155

Joined: Nov, 2019

Reputation: 14

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.

  • 0

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 )