Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Code Block
languagebash
themeRDark
ssh -p 20002001 localhost
username: admin
password: admin

...

In production, change the username and the password to secure ones.
Please refer to the WCS Manager Settings section to learn how to do this. The username can be changed in database.yml file, the password can be changes using command line.

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

Image RemovedImage Added

For a detailed description of a command, you can type that command with the -h key or use the man command.

Image Removed

Image RemovedImage Added