The SoftLine Manager Server
The server is based on a rugged industrial x86 PC that runs a Debian based Linux operating system.
Connecting to the SoftLine Manager Server
As a standard Linux system, the SoftLine Manager Server can be accessed with a standard SSH connection, using software such as Putty. The configuration file can also be accessed and edited with any file manager software that supports SFTP, such as WinSCP.
You connect using the credentials that were provided in the “Important information” document delivered together with the server.
The server is delivered with the default IP configuration as follows:
On the network port labelled eth0:
Address: 192.168.0.26
Netmask: 255.255.255.0
Gateway: 192.168.0.1
On the network port labelled eth1: DHCP
Verifying the status of the SoftLine Manager Server
The current status of the SoftLine Server service running on the Manager Server is always available using “systemctl” commands. To check the current status, use the following command: systemctl status softlineserver.service
To start/stop/restart the server you can use the same “systemctl” tool and simply replace the word status with start, stop, or restart.
The current status of which clients are connected and what transmissions are currently being forwarded to which clients, is always logged to the system log using “journald”. These logs can be viewed using the command: journalctl -u softlineserver.service
To follow the ongoing operation of the service, you can add the -f flag: journalctl -f -u softlineserver.service Note that the journal daemon is configured to only store logs in RAM so they will disappear if the whole system is restarted.

Example of the log being displayed in PuTTY as two clients talk with the default configuration