Skip to content

Troubleshooting

Pascal Friederich edited this page Jan 19, 2016 · 1 revision

Password forgotten

SSH into your box:

ssh platform@your-machine.local # 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.

Deployment of app hangs

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.

Update hangs / not possible

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.