Switch to: V12V11V10V9V8V7V6V5

Start | Stop | Restart Valentina Server on Linux

How to start, stop and restart Valentina Server installed on Linux.

Check Valentina Server State

You have several ways to check if Valentina Server is running on your computer.

1) You can open System Monitor utility, type few letters in the filter and see if Valentina Server is present in the list of processes.

2) You can use the “top” command in the terminal.

3) You can execute “service” command:

sudo service vserver status

Control Valentina Server

Use “service” command to control the Valentina Server:

sudo service vserver start
sudo service vserver stop
sudo service vserver restart