-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Christopher Blum edited this page Nov 6, 2015
·
5 revisions
SSH into your box:
ssh [email protected] # default password "geheim"
Delete password storage file:
rm /etc/protonet/password
Now go to the admin UI of your box, there you will be greeted by the setup wizard where you can set a new password.
If you get this or a similar error during deploy:
remote: <app-name> is currently being deployed or locked. Waiting...
Just go to the web interface and delete the app and try again.
SSH into your box and update it via command line:
sudo /opt/bin/platform-configure
If you get this error:
/opt/bin/platform-configure: line 163: syntax error near unexpected token `('
Simply execute the update command again.