All pages
Powered by GitBook
1 of 1

Loading...

Restarting Xopero ONE agent service

Windows

Using Task Manager

1

Open Task Manager and navigate to the Services tab.

2

Find the XoperoONEBackupAgent service, right-click it, and select Restart.

Using the Command Prompt

1

Open the Command Prompt (cmd) and execute the following command:

net stop XoperoONEBackupAgent && net start XoperoONEBackupAgent

Linux

1

Open the Terminal and run the following command:

systemctl restart XoperoONEBackupAgent.service

MacOS

1

Open the Terminal and run the following commands:

stop com.xopero.packages.XoperoONEBackupAgent
start com.xopero.packages.XoperoONEBackupAgent
restarting the service in Windows' task manager
Windows' command prompt
Linux's terminal window
MacOS' terminal window