LogoLogo
Movebot HomeLogin
  • Welcome
  • CONNECTIONS
    • SharePoint Online
    • Google Workspace Drives
    • Windows File Server
    • Dropbox Business
    • Egnyte
    • Box
    • BIM 360 Docs
    • Amazon WorkDocs
    • Citrix ShareFile
    • Google Workspaces Gmail
    • Outlook Online (Office 365) EWS
    • Exchange Server
    • IMAP Server
    • pCloud
    • Block Storage
      • Amazon S3
      • Azure Files
      • Azure Blob
      • Google GCS
      • Backblaze B2
      • Wasabi
    • Other Connectors
      • SFTP Server
      • Google Drive (Personal)
      • Dropbox Personal
      • SharePoint via Application Access
  • Features
    • Overview
    • Data Migrations with Movebot
    • Mail Migrations with Movebot
    • Calendar Migrations with Movebot
  • Using Movebot
    • Overview
    • Scan and Discovery
      • Project Discovery Scan
      • Searching Scan Results
      • Adding Transfers from Scan
      • Warnings and Issues
    • Transfer Mapping
      • Add User Mappings
      • Add Team/Shared Drives
      • Add Network Mappings
      • Import CSV Mappings
      • Excluding Content
    • Permissions and Metadata
      • Mapping Permissions
      • Scanning permissions
      • Manual Permissions
    • Transfer Execution and Cutover
      • Deltas and Changes
      • Failures and Errors
      • Pausing/Resuming
      • Scheduling
      • Data Localization
  • Platforms Guides
    • Overview
    • Google
      • SharedWithMe content
      • Sharing and Ownership
      • Performance and Limits
      • Deduplication of files/folders
      • Delegating Domain Wide Authority
      • Mail ingestion methods
    • SharePoint
      • Granting OneDrive Access
      • Custom Column Metadata
      • SharePoint Ludicrous Mode
      • SharePoint API Limits
      • SharePoint Performance Expectations
    • Windows Fileservers
      • Server Requirements
      • Proxy Configuration
      • Non-GUI Environments
      • Running the Movebot Agent as a Service
      • Logging and Debugging
      • Windows 2012 R2 Guide
      • Windows 2008 R2 Guide
    • Dropbox
      • Namespaces and Limitations
    • Others
      • Exchange Web Services (EWS)
        • How to disable EWS throttling
  • Troubleshooting
    • Performance and Speed
    • Errors and Failures
      • Common Errors
        • Error: user-not-active
        • Error: token-expired
        • Error: unknown-error
        • Error: user-not-found
        • Error: file-not-found
        • Error: invalid-filename-characters
        • Error: duplicate-file-name
        • Error: permissions-mapping-incomplete
        • Error: access-denied
        • Error: uploaded-size-mismatch
    • Hipaa Regions
  • Login to Movebot
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Platforms Guides
  2. Windows Fileservers

Proxy Configuration

Learn about working with proxy configuration for file servers.

In networks where internet access is only allowed behind a proxy server some additional manual configuration is needed.

Steps:

1. Install and run the agent

2. Set the token

3. Stop the agent and then add the proxy configuration manually

You will need to locate the Movebot configuration file, normally it's located in the directory, C:\Users\%username%\AppData\Local\CouchdropCloudConnector.

Open the file with Notepad, or something similar, and you will find a JSON with a base config.

4. Edit the "proxies" section, adding an HTTP and HTTPS proxy with the syntax below:

{
...
"proxies": {
"http": "", 
"https": ""
}, 
...
}

5. Save the file, and start the agent again.

Proxy URL syntax examples:

Simple, no username and password

http://<ip>:<port>

With username and password

http://username:password@<ip>:<port>

Socks

socks://<ip>:<port>

To debug connection issues, check the log files located in the same directory as the configuration files and feel free to contact support for help at support@movebot.io. Tags: agent

Last updated 1 year ago

Was this helpful?

http://127.0.0.1:8080
http://proxyuser:password@127.0.0.1:8080
socks://127.0.0.1:8080