Deploying

Top  Previous  Next

 

 

In order for ThinRDP SDK to work all you need is the sdk.min.js and the jquery libraries to be accessible from your app/website:

 

ThinRDP Server HTML5, Web-based RDP desktop remote control sdk architecture

 

Add a script tag pointing to the ThinRDP SDK client library: sdk.min.js in the HTML file where you will call the ThinRDP connect method from.

It is recommended that you deploy this file within your website/web app environment for better performance.

 

Quick setup guide:

 

1. Copy the sdk.html and sdk.min.js files to your website/web application environment.

2. Edit the sdk.html file: Set the GetThinRDP method first parameter to the ThinRDP server URL following this format: https://127.0.0.1:8443.

3. Also modify the computer, username and password properties to match the remote machine IP and credentials, respectively.

4. Save the changes.

5. Access sdk.html from your website/app environment and  press OK on the "connected" and "session start" messages.

6. The page should now show the remote connection (accessed from an external html file).

 

Tip: The sdk.html file is a demo to quickly try out the ThinRDP SDK integration using the local connection mode, but also it can be used as a template to modify the HTML file you want to embed ThinRDP in.