If the process comes not up or the port is not open have a look at the logs.
The logs are located in the SCM-Manager install directory in a folder named `logs`.
## Home directory
SCM-Manager stores all its information in its home directory.
The home directory is located at `%APPDATA%\SCM-Manager`.
`%APPDATA%` should be the `AppData\Roaming` directory of the account which starts the service.
In the default configuration the [LocalSystem](https://docs.microsoft.com/windows/win32/services/localsystem-account) account is used,
that means that your data is stored at `C:\Windows\System32\config\systemprofile\AppData\Roaming\SCM-Manager`.
If you want to change the location of the home directory add and environment variable to the scm-server.xml e.g.:
```xml
<env name="SCM_HOME" value="D:\SCM-Manager" />
```
## Configuration
Most of the configuration of scm-manager can be configured via the web interface.
But the startup and the web server configuration must be configured via configuration files.
The default configuration of the windows package should match 90% of the use cases,
if you have to change something ensure you know what you are doing.
The startup can be configured via the `scm-server.xml`, have a look at the [configuration options](https://github.com/winsw/winsw/blob/master/doc/xmlConfigFile.md).
To configure logging and the webserver, `conf` in the installation directory is the right place.