Starting from version 4.0 (and in v5.0, and future versions) Syncplify.me Server! features a Configuration Manager in the form of a responsive web application (Bootstrap/AngularJS) that is accessible via web browser using the secure HTTPS protocol.

 

There are 2 main sections in this web-based Configuration Manager, each one accessible by different levels of administrators.

 

The SuperAdmin interface

 

For exclusive use of the SuperAdmin, this is the only interface that allows the creation and management of new virtual servers, administrative profiles, and nodes. The installer has created a link to the SuperAdmin interface either on your desktop or in your start-menu; you can simply click on such link to automatically run the browser and connect to it. As a general rule, though, you can connect to such interface from anywhere by running a browser and pointing to a URL built in the following way:

https://your.host.name:the_port_you_chose_during_install/go/

 

Example:

If your host is "demo.syncplify.me", and the port you chose is 5443, the URL will be https://demo.syncplify.me:5443/go/

 

The Admin interface

 

The Admin interface is the real heart of Syncplify.me Server!'s management system. It can be accessed by any of the administrators created by the SuperAdmin for a specific virtual server. In fact, the URL to access the Admin interface is different for each virtual server, and includes the name of the virtual server itself. As a general rule, you can connect to the Admin interface for a certain virtual server by running a browser and pointing to a URL built in the following way:

https://your.host.name:the_port_you_chose_during_install/go-virtual_server_name/

 

Example:

If your host is "demo.syncplify.me", the port you chose is 5443, and the virtual server's name is "default", then the URL will be https://demo.syncplify.me:5443/go-default/

 

Notes

 

1.If you chose port 443 (the standard HTTPS port) you may avoid specifying the port in the URLs.

2.The trailing backslash at the end of the above mentioned URLs is mandatory