Most of the possible configurations can be done via the pms_config.ini file.
| Property | Possible Values | Description |
| ServerName | String | If you activated the ShowTrayIcon Parameter, this name is shown as the Name of your application in the tray menu |
| UseSplash | 0,1 | Shows a splash screen at startup. If here is no value, no splash will be shown. You can set a grafic file name for images in the Formats: BMP GIF JPG PNG TIF ICO TGA PCX PSD at the moment |
| ShawStartUpProgress | 0, 1 | Show progress bar in the splash screen at startup (value = 1) |
| SplashTransparencyColor | comma seperated RGB values r,g,b | You can set a color that will be shown transparent. You need to define a RGB Value in the style SplashTransparencyColor=128,128,128 |
| KeepRunningAfterBrowserClose | 0, 1 | Set this to true if you want to keep the server running after browser close or if you user NONE as browser type. Please note that the only possibility to shutdown the server is to kill him over the taskmanager or the tray menu if this is activated |
| ShowTrayIcon | 0, 1 | If the following parameter is 1 Server2Go shows a tray icon for shutting down the server. If you dont like a tray icon just left this parameter with value 0 |
| StartLocal | 0, 1 | Server2Go needs write access to the servers configuration files. For that all config files will be copied to a temp folder if StartLocal is 0. If you like to use Server2Go in a writeable environment (i.e. harddisk) you can use the value 1 instead. Please note that StartLocal=1 on a CD-ROM will NOT WORK!!!!! |
| Property | Possible Values | Description |
| HostName | string | Defines the hostname that should be shown in the browser url and that is used for the apache server. You can define a IP address (not recommended, the placeholder {local_ip} that is replaced by server2go with the IP address of the current machine or you can enter a name (i.e. companyname). This name is added to the hosts file by server2go. |
| Port | Numeric | Defines the port that should be used. If this port is in use a unused port will be searched automaticly. The port used most often for websites is port 80. |
| DefaultFile | Filename | The start html/php page, so you can define any page in your document root folder as start file (i.e. pages/start.php). If empty a huge variety of default handlers is used (index.php, index.html, index.htm…) |
| DefaultRoot | Foldername | Defines the root directory in that all webfiles are saved (default: htdocs) |
| DeleteHttpTemp | 0, 1 | If value is 1 all temporary files of the http server (sessions…) will be deleted after Server shutdown |
| HideTempFolder | 0, 1 | If HideTempFolder is set to 1 the folder will created as hidden folder |
| Property | Possible Values | Description |
| BrowserType | | The browser that is started after server start (possible values: IEXPLORER, FIREFOX, MOZILLA, DEFAULT, EXTERNAL) |
| BrowserCommandOptions | | Additional command options that are used at browser start like -k |
| BrowserPath | relative Path | Path to an external browser that is used if EXTERNAL is defined as BrowserType. Usefull if you like to deliver your own browser on CD. You need to set BrowserType to EXTERNAL for using this browser!! |
| WorkOfflineTitle | | Specify caption text of Work Offline dialog box. You can use mor than one captions (seperated with ;) The captions for german, english, french, dutch and spanish are build in by default |
| BrowserSize | | The size of the started browser. Can be a pixel dimension (1024×768) or the values MAXIMIZE and KIOSK (Internet Explorer only) |
| Property | Possible Values | Description |
| UseMySQL | 0, 1 | 1 if MySQL Server should be started |
| LocalMirror | 0, 1 | 0 if you want to use the database from CD 1 if the database files from the dbdir directory will be mirrored to a directory of the local machine |
| OverwriteLocalMirror | 0, 1 | 0 if you don't want to overwrite an existing database 1 if the mirrored database should be overwritten at each start of the the server |
| MirrorFolder | Absolute Path | The path to that the database should be mirrored, if empty the default temp directory is used |
| DeleteDatabaseFiles | 0, 1 | If value is 1 all files of the database server will be deleted after Server shutdown |
| MySQLPort | Numeric | The port that should be used for MySQL. If empty the default mysql port is used. If the defined port is in use Server2Go is searching a free port automaticly |
| MySQLCmd | | Additional commandline parameters that are used at mysql startup (like -skip-innodb) |
| HideMirrorFolder | 0,1 | 1 if you want to create the folder of the local mirror as a hidden folder. |