Skip to content

First server

Let’s say, you created your first server, but what’s next?

After creating your server you should move/copy your project’s files to it.

Terminal window
:~# xmanage server myServer file copy myFolder ...

To make sure your files are in your server, look into server’s directory

Terminal window
:~# xmanage server myServer file list
myFolder

Perfect! We can start our server!

Terminal window
:~# xmanage server myServer start

Did it start? It didn’t fail? How do we know? Let’s check our server

Terminal window
:~# xmanage server myServer status

After you made sure your server is running fine, you can create extra backup for the future

Terminal window
:~# xmanage server myServer backup create

There is no official way to download backups, but you can access them from Xmanage’s server backups directory. Our backup is stored in /etc/xmanage/backups/[Server ID], so you need to go into this directory and download .tar.gz archive