Windows 2012 R2 Guide

Learn how to setup the windows agent on Windows 2012 R2.

Introduction

Microsoft has deprecated Windows 2012 R2 however it is still widely in use in legacy environments and in some environments it is not possible to use a virtual machine to act as a jump host to transfer the data with Movebot.

In this guide - we will cover how you can setup and run the Movebot windows agent in this type of environment.

Requirements

To get started - you will need:

Installation Steps

To install and start the agent

  1. Install the package downloaded above

  2. Configure the agent manually

  3. Start the installed process. The front end for the agent will fail to load properly.

  4. Test the connection in Movebot

Configuring the agent manually

The agent uses a configuration file stored in the filesystem. When running the agent on windows 2012 - the GUI front end does not work so you will need to configure the process manually.

This is relatively easy:

  1. Open the configuration file with notepad - creating it if it does not already exist.

 C:\Users\%username%\AppData\Local\CouchdropCloudConnector\configuration.conf
  1. Copy the JSON configuration below - with a valid storage_id

{"storage_id":"KEY_FROM_MOVEBOT_FRONTEND"}
  1. Save the configuration file and start the Movebot agent again.

Last updated

Was this helpful?