Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.3 KB

remote.md

File metadata and controls

64 lines (45 loc) · 1.3 KB

Help

  1. Starting and stopping processes
  2. Controlling the Daemon
  3. Managing clusters
  4. Installing and running apps
  5. Remote access and monitoring (e.g. guv-web)
  6. Web interface
  7. Web interface - configuration
  8. Web interface - user management
  9. Programmatic access
  10. Programmatic access - local
  11. Programmatic access - remote
  12. Programmatic access - events

Remote access and monitoring

These commands are for use with guvnor-web.

  1. remoteconfig
  2. useradd
  3. rmuser
  4. lsusers
  5. reset

remoteconfig

For use with guvnor-web.

guv remoteconfig

useradd

To add a user for guvnor-web. If you specify [hostname] the configuration output is more likely to be correct.

guv useradd [options] <username> [hostname]

rmuser

To remove a user for guvnor-web.

guv rmuser <username>

lsusers

To list users for guvnor-web.

guv lsusers

reset

To reset the secret for a guvnor-web user.

guv reset <username>