FlexTk Server

Command Line Tools:        

In addition to the web-based interface and server management GUI application, the FlexTk server may be controlled using a command line tool. The FlexTk's command line tool is available in FlexTk Ultimate and FlexTk Server installations. The FlexTk's command line tool allows one to execute and manage user-defined commands, manage tasks, manage users and access the server's debug log.

Command Line Syntax:

flextk -server_users

This command shows the list of server's user accounts.

flextk -server_add_user -user_name <New User Name> -full_name <Full User Name> -user_password <User Password>

This command adds a new user account to FlexTk Server.

flextk -server_enable_user -user_name <User Name>

This command enables the specified user account.

flextk -server_disable_user -user_name <User Name>

This command disables the specified user account.

flextk -server_delete_user -user_name <User Name>

This command deletes the specified user account.

flextk -server_user_password -user_name <User Name> -user_password <New Password>

This command sets a new password for the specified user account.

Options:

-server <Host Name>

This parameter specifies the host name or the IP address of the FlexTk Server to connect to. If this parameter is not specified, FlexTk will connect to the local host computer. If you need to connect to a FlexTk server through the network, make sure that the server's control port is open in the host's firewall.

-port <Port Number>

This parameter specifies the server's TCP/IP port number to connect to. If this parameter is not specified, FlexTk will connect to the default server control port (8090). If you need to connect to a FlexTk server through the network, make sure that the server's control port is open in the host's firewall.

-user

This parameter specifies the username to connect with. If this parameter is not specified, FlexTk will use the default user name (admin).

-password

This parameter specifies the user password to connect with. If this parameter is not specified, FlexTk will use the default password (admin).

-v

This parameter instructs FlexTk to show the product major version, minor version, revision and build date.

-help

This parameter instructs FlexTk to show the command line usage information.