How to change password or disable demo user in flashphoner

Max

Administrator
Staff member
it doesnt work on aws hourly license. Can you help?
Please clarify what exactly does not work:
- you can not login to CLI as admin?
- demo password is not changing?
- demo user can not be disabled?
Please note that you must access CLI from localhost only because it is not available from outside by default for security reasons. So you should connect to AWS instance via SSH, then login to CLI as admin:
Code:
ssh -i access_key.pem ec2-user@your.instance.ip
ec2-user@your.instance.ip # ssh admin@localhost -p 2001
Please use your AWS instance id as admin password.
 
Top