Jump to content

PHP/JS XAMPP with VNC web browser


phyang

Recommended Posts

hi admin,

i'm trying to implement a VNC web browser using PHP/Javascript, application below are what i looked at so far.

1. No VNC --> i think this method have more proxy security on enabling this, security on this one is harder to bypass
2. Guacamole  --> i dont see any extension file for this to be run along XAMPP(apache)

I dont see how Guacamole can be install along XAMPP, or is it even possible to install along with it? this is for Windows.

Is there other alternative on how to enable this web browser VNC feature using PHP/Javascript. Please advise. :) 

thankyou all admin for past hints/tips support on my LDAP enabling and features :D!

 

Link to comment
Share on other sites

I don't see how you're expecting this to work. Is PHP supposed to stream the server desktop UI to the client? Which it won't be able to do unless you have some highly insecure PHP setup, since services on Windows run in a protected sandbox that doesn't actually allow interaction with a user's desktop?

If you're on Windows then why not just use RDP?

Link to comment
Share on other sites

Fundamentally you'd use PHP to host a websocket server which will connect to whatever VNC server and relay the data back to the browser.  Your JS would then connect to that websocket server to receive the VNC data and present it.

I wrote something like this many years ago to toy around with websocket's when they were first being introduced.  I doubt the code still works, but if your interested you can look at it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.