Skip to main content

4.1 – config.html

Nachdem

🚧Sie Indie progress!Seite /config.html geöffnet haben, haben Sie die Möglichkeit alle wichtigen Einstellungen in SparkView zu konfigurieren.

TheWenn contentSie die Seite vom localhost aus aufrufen, benötigen kein Passwort, um die Konfiguration zu starten. Außerhalb des localhosts muss das Management-Passwort eingetragen werden.

Nachfolgend finden Sie eine beschreibende Übersicht der verschiedenen Einstellungsbereiche (hier Tabs):

Gateway

Name in config.htmlNameTypeDefaultDescription
SSL (https and wss)sslbooleanfalseEnable/disable HTTPS/WSS. Can be true and false
Port (Default is 80 or 443)portnumber8080Port on which SparkView is running
Binding AddressbindAddrstring"localhost"Bind SparkView to a fixed IP address
Network Level AuthenticationcredSSPbooleanfalseEnable/disable NLA. Can be true, false or auto
Path of thisLicense Filelicensestring"./license"Full path to license file, including file name. Only for paid version.
Upload License FileUpload a license file
HTML Root Directoryhtmlstring"./html/"HTML root directory. Printed files are stored in the "temp" subdirectory. Please make sure that SparkView has read and write permissions.
Default Web PagedirectoryIndexstring"rdp.html;index.html"Default page (inside the HTML directory) that is beingdisplayed created.after opening SparkView.
Path of Log Filelogfilestring"gateway.log"Full path to log file, including file name.
Size of Single Log File (bytes)maxbytesnumber30720000Maximum size of a log file (please specify in bytes)
Maximum number of Log Filesmaxfilesnumber99Maximum number of log files.
Log HTTP headerlogHttpHeaderbooleantrueLog HTTP header. This may contain sensitive information such as passwords.
PDF Converterconverterstring[Not set]Full path to the Postscript to PDF converter. Ghostscript (https://ghostscript.com/releases) is recommended.
PDF Converter Argumentsargumentsstring"-dBATCH -dNOPAUSE -dPDFSETTINGS=/printer -sDEVICE=pdfwrite -q -sOutputFile=%1 %2"Arguments for the Postscript to PDF converter. %1 is the name of the output PDF file. %2 is the name of the input PS file.
Plugin Classpluginstring[Not set]Class name for a custom plugin.
Administration Password (for reporting API etc)passwordstring"password"Management password for configuration, reporting and API.
Enable Remote Management/ConfigurationremoteManagebooleanfalseEnable/disable remote management from outside the localhost.
Temporary directory (for downloading/uploading)tmpdirstring[Not set]Parent directory for temporary files.
Days of temporary files are keptkeepDaysnumber1How many days temporary files should be kept by the system.
RD Web Access Webfeedwebfeedstring[Not set]Remote desktop web feed URL, for RD web access integration.
Session Recordingrecordingnumber[Not set]Enable/disable session recording. Can be 1 (record graphics only) or 2 (record graphics and sound)
Directory for saving session recordingsrecdirstring[Not set]Directory for saved session recordings.
Warn user about session recordingrecwarningbooleantrueWarn users about session recording.
Access Not-In-List computers after logged inaccessNotInListbooleanfalseWhether users can reach computers and servers that are not shared with them or in the web feed.
Name of Redirected Drivediskstring[Not set]Name for the shared disk, used for file upload/download.
Name of Redirected Printerprinterstring"Remote Printer from Client"
Connections are queued (Backlog)backlognumber50How many client connections can be queued.
User Definition Fileuserstring"./data/users.json"Full path of the users definition file, including file name.
Server Definition Fileserverstring"./data/servers.json"Full path of the servers definition file, including file name.
Gateway Web AddresswebAddressstring[Not set]HTTP address of the web server for OpenID login (redirect). Also in use for client side to get the real gateway address (in case of multiple gateways and load balancing).
Host Name of Client UserclientHoststring[Not set]Customize the host name of the client user. For more information and possible parameters see 3.1, "clientHost".
Rdp Session Performance Flagsperformanceflagsnumber111RDP performance flags. Please checksee backsection soon!

3.4 for more information.
RemoteFXremotefxbooleanfalseEnable/disable RemoteFX. Works only with LAN and 32 bit.
DNS LookupsenableLookupsbooleanfalseEnable to make calls perform DNS lookups to get the actual hostname of the remote client. Disable to skip DNS lookups and instead return the IP address in the form of a string (which improves performance).
Session cache time (minutes, 0 = disable session cache)maxCacheTimenumber0How long sessions should be cached on the gateway (in minutes). 0 disables the RDP session cache.
Email SMTP Hostmail.smtp.hoststring[Not set]SMTP host for outgoing emails. You can use java -cp SparkGateway.jar com.toremote.gateway.Mailer title message to send a test email.
Email SMTP Portmail.smtp.portnumber[Not set]SMTP port for outgoing emails
Email Usermail.userstring[Not set]SMTP user for outgoing emails
Email Passwordmail.passwordstring[Not set]SMTP password for outgoing emails
Email Frommail.fromstring[Not set]Outgoing emails: From
Email tomail.tostring[Not set]Outgoing emails: To
Email SMTP Authenticationmail.smtp.authboolean[Not set]Server requires authentication
Email TLSmail.smtp.starttls.enableboolean[Not set]Enable/disable STARTTLS
Symlinksymlinkstring[Not set]Full path of the symlink definition file, including file name.
License Usage Alert (Email)licenseAlertnumber (float)[Not set]"Receive an alert by email when the license usage value reaches this value:
Value < 1: Usage value as a percentage of the current license. (e.g.: 0.75 = when 75% usage is reached).
Value > 1: When 100% of the usage is reached."
Interval of thumbnail (milliseconds)thumbnail.intervalnumber0Interval for receiving thumbnails of the RDP session (in milliseconds). If 0, the client will not send a thumbnail to the server if there are no changes.
Width of thumbnailthumbnail.widthnumber0Thumbnail width (in pixels), must be smaller than 640. 0 = no thumbnail.
Copy timeout (milliseconds)copyTimeoutnumber3000Timeout for clipboard redirection (in milliseconds). This value should be increased if you need to copy very large data in your application.
Path of Key StorekeyStorestring[Not set]"Full path of the keystore file, including file name. Set up keystore or certificate name when ssl is true. For example keystore.jks or cert.pfx.
If you are using a certificate (i.e. cert.pfx), a password is required (see keyStorePassword).
If you are using a Java keystore (i.e. keystore.jks), the password of the keystore must match the one used for the certificate, which is integrated in the keystore."
Password of Key StorekeyStorePasswordstring[Not set]Keystore or certificate password. If you are using a Java keystore (i.e. keystore.jks), the password of the keystore must match the one used for the certificate, which is integrated in the keystore.
Password EncryptionpasswordEncryptedbooleanfalse"Encrypt the keystore, management and reporting password. Please use following command to get encrypted password:
java -cp SparkGateway.jar com.toremote.gateway.Encryption MyPassword"
Remote AssistanceassistancebooleanfalseEnable/disable remote assistance.
SSHsshbooleanfalseEnable/disable SSH.
TELNETtelnetbooleanfalseEnable/disable Telnet.
Disable Burst LicensedisableBurstLicensebooleanfalseEnable/disable burst license model.
License statusDisplays the current license status.