Upgrading/Updating on Ubuntu

Hi @heldeman,

If you’re using Server Edition.
I think this link would be helpful for your question.

I’ve seen few user trying to do it automatically by using their writing script.
You can refer from here.

What I’ve done. I’m using terminal to update.
First check any file named ‘ManagerServer.tar.gz’ found.
If found. Remove it

rm ManagerServer.tar.gz

Download latest version.

wget http://cdn.manager.io/downloads/v15.1.84/ManagerServer.tar.gz

You can check here, for latest version number.
http://www.manager.io/desktop/download/

Uncompressed, downloaded file.

tar -xzf ManagerServer.tar.gz

Reboot your server.

reboot

Rerun Manager if you didn’t use rc.local script.

Or you can follow this guide, from @lubos .