Advanced Search
Search Results
137 total results found
3.12 – Session Shadowing (join or share an active session on gateway)
Unlimited users can join/share one existed session via one click if you know the session id: http://www.remotespark.com/join?id=123456789&name=Admin The input can be controlled by all users or only one of them. User can require control form other user, or give...
3.13 – Native RDP shadowing (join any active RDP sessions)
Since 6.0, Spark View can use shadow.html to shadow any active RDP sessions on the RDP server, even they are connected from another RDP client, which is same as the mstsc.exe /v:server /shadow:x /control. Remote shadowing setting is configured using a Group Po...
3.14 – Touch interface (iOS, Android etc)
Spark View can operate on tablets and smart phone devices if you have an html5 browser available. Following gestures are supported: Gesture Description Action Long press Right click Flick Scroll screen if remote desktop resolution is bigger, otherwi...
3.15 – Touch remoting
Touch Remoting will be enabled automatically when following conditions are met: RDP host is Window 8 or Windows 2012 and Local device has multi-touch ability and Minimum screen resolution of local device is 1024x768
3.16 – Hyper-V Console and Enhanced Session Mode
Compared with normal RDP connection, Hyper-V console connection has following pros and cons: Pros: Don’t need a network for the VM, don’t need to have RDP enabled. Only need the VM GUID for connection. Same as a physical computer, Good for testing and some ap...
3.17 – RDP connection cache/pool
RDP session may take minutes to start (booting, login, user profile etc) which is unacceptable sometimes. RDP connection Cache/pool allows you see you desktop and RemoteApp instantly. You can cache a connection on client side and display it when user needs it....
3.18 – Symlink (access link)
You can create a symlink for a RDP host (must be configured in servers.json first). After you created a RDP server in servers.json, you’ll be able to access it with the server id. Symlink is more secure than server id, and it can be a temporary link (set up va...
3.19 – Macro recording
Macro recording can be used on software testing, automated jobs etc. Please add macro.js into your web page and then you can record macro: var recorder = new MacroRecorder(rdp); recorder.start();//start recording recorder.stop();//stop recording recorder.play...
3.20 - Remote assistance
You can provide Remote Assistance with assit.html. With Spark View's cross-platform ability, now you can provide remote assistance from anywhere, and devices: You can connect to Windows XP, Windows 7, Windows 2008, Window 8, Windows 2012 with SparkView remote...
3.21 – RFB (VNC) protocol support
You can connect to any VNC server (Linux, Mac etc) with vnc.html. It also supports session shadowing.
3.23 – Smart Card Redirection
Since version 5.7, Java applet was deprecated. Smart Card redirection need a small native application (sg_agent.exe for Windows, sg_agent.zip for macOS) running on user’s machine to communicate with Smart Card. Local hardware (smart card, scanner) redirection...
3.24 – Scanner redirection
Spark View provides two different method for scanner redirection: Please use the TWAIN Virtual Data Source if your scanner has TWAIN driver and your application supports TWAIN scanner. OR Please run the SparkScan.exe in RDP server to scan from a local scanner...
3.25 – USB redirection
USB redirection is based on WebUSB: https://wicg.github.io/webusb/. Please check your browser compatibility: https://developer.mozilla.org/en-US/docs/Web/API/USB#browser_compatibility. Add "&mapUSB=on" parameter to your websocket URL to enable it. It only wor...
3.26 – OAuth 2.0/Okta integration
You need to register your application before you use OAuth 2.0 integration. Provider Registering Address Google https://support.google.com/cloud/answer/6158849 Windows Live Connect https://account.live.com/developers/applicationshttp://msdn.microsoft....
3.27 – Active Directory, Azure AD, LDAP, RADIUS integration
✅ Create configuration files easily Click here to go to the customizer for the integration of authentication services. Fast, simple, secure. No data is stored on the server! To the customizer → You can authenticate your users against Active Directory, LDAP o...
5.1 – Session management
You can use config.html to check session status, terminate or join a session on the gateway:
5.2 – Multi-Monitor
You’ll have to open a new browser window for every monitor because you can not span a full screen browser window on multi monitors. Go to the "Multi-Monitor" tab, click "Open" to open a new browser window Move the new window to the second screen and make it f...
5.3 – SMB2 and SFTB file proxy
Spark Gateway can also act as a SMB2/SFTP file proxy. User can access their SMB share, SFTB files with file.html with the following advantages: No need to expose your SMB, SFTB server. Protected with TLS encryption. No need to expose RPC, pipe access with SMB...
5.4 – Deploy, run and test applications in the cloud
Deploy and test your application in cloud can cumbersome. You need: Create bastion for individual work stream or project. Manage a lot of bastion hosts and user account is really painful. Security is always a problem for those bastion hosts. Take advantage o...
5.5 – IP filter (iptables)
You can set up IP filters for SparkView. First, save you ip filters into a JSON file. Here is the format of the IP filter configuration file: { "zoneRules": { "HTTP_API": { "allow": true, "ranges": [ { "from": "192.168.12.10...