Clientless webvpn

Do anyone have idea of free client less webvpn server or software? The reason of i want this because our uni computer not allow us to install any software and i want to remote access my homelab vmware deployment.

not really a vpn - but what about guacamole?

Try Pulse Secure. We use their hardware appliances for their SSL reverse proxy, their free trial virtual appliance just has a three user limit, no time restriction.

https://www.pulsesecure.net/trynow/pulse-connect-secure/

If you’d like a similar application to guacamole, you could try meshcentral2. It’s similar in the sense that you connect to devices using html5 in a web browser, however it’s client based on the other end, rather than rdp, vnc, or ssh. I’d say it’s about as easy as guacamole to use/setup, but a little more versatile because you can use it on devices outside your lan.

thanks so much your this idea, i am working on it now. But after i read documentation it likes a client to connect to the system.

Is their appliance better than Pulse + Juniper VPN? I’ve seen a lot of issues with Pulse/Juniper. Granted I’m at an MSP so our clients are not on the newest versions of JUNOS…

Thanks, yesterday i tried to deploy guacamole, the deployment is complex, i will try your recommendation.

The “client” is just an HTML5 web app. So if you have a modern web browser, you have the client.

npm makes the install process for mesh central pretty painless, and the server can be hosted on Windows, Mac, or Linux. There’s also a step by step guide somewhere online. Feel free to comment any questions you might have, I’ve setup mesh central twice now in my environment, once in Windows, and again on Debian.

Thanks for your further help, i want to deploy it on my centos server and do this support docker cause i prefer docker installation.

I believe docker support is still on the todo list for the project. Someone had created an unofficial docker image, but I have no experience with it.