Skip to content

Using and accessing CLI v 2

You can get access to core CLI v 2 via SSH. To open it you can use a Linux-SSH command line client or any other, for instance, Putty.

ssh -p 2002 localhost
username: admin
password: admin

In production, change the username and the password to secure ones. The username can be changed in database.yml file, the password can be changed using command line.

Public key authentication is also supported.

Type help in the command line to receive information on commands.