Let's say, you created your first server, but what's next?
Managing your server
After creating your server you should move/copy your project's files to it.
:~# xmanage server copy-files myServer myIndex.js myFolder ... To make sure your files are in your server, look into server's directory
:~# xmanage server files myServer
myIndex.js myFolderPerfect! We can start our server!
:~# xmanage server start myServerChecking server's status
Did it start? It didn't fail? How do we know? Let's check our server
:~# xmanage server status myServerMaking backups
So, the server is working and everything is alright, what can we do? Let's make our backup
:~# xmanage server create-backup myServerDownloading backups
Our backup is stored in /etc/xmanage/backups/[Server ID], so you need to go into this directory and download .tar.gz archive