Starting
Last updated
Last updated
The necessary parameters for starting the AdaptixServer can be passed via command line parameters or via a configuration file.
The configuration file is specified in the -profile
parameter and must contain a profile in JSON format.
port - port for client connection
endpoint - URN for connecting clients
password - authenticator for clients
cert and key - SSL Certificate and Key for web server
extender - path to a file that lists paths to go-plugins
After starting AdaptihServer, a data
directory will be created next to the server executable file. The server database file and all other files will be created in the data
directory.
After the AdaptixClient is launched, a directory named .adaptix
will be created in the user's home directory. The AdaptixClient database file will be saved in the .adaptix
directory. In the authorization form, you must specify the profile data, user nickname, and the name of the local project.
After synchronizing data with the server, the main AdaptixClient window will be available.