Install agent on Windows

Installation via Script

Prequisites
  • Server with internet connection
  • Use Command Prompt or PowerShell with admin rights (Run as administrator)

Bizfly provides a script to help you install the agent in the fastest way possible. The script command is displayed when the machine is successfully created. Just copy the command and paste it into the Command Prompt or PowerShell of the server, and the agent will be automatically installed on your Windows server.

Step 1: Open Command Prompt (Run as administrator):

You can also quickly open it by typing Windows + R -> cmd

Step 2: Paste the command from the dashboard into Command Prompt and run:

A successful installation will produce the following output:

The installation process creates the BizflyBackup service on the server. You can check it by accessing Task Manager > Services:

Quickly open Task Manager using the shortcut Ctrl + Shift + Esc

You can perform start, stop, and restart on the service by right-clicking on the service:

Step 3: Check the machine status on the dashboard:

The status indicates that the agent has been installed and connected successfully. The server’s IP, Hostname, and Operating System information will be updated on the dashboard.

Method 2: Using PowerShell

Open PowerShell (Run as administrator):

The remaining steps are the same as Method 1.

Manual Installation