Getting Started with MASV Agent
MASV Agent is a cross-platform service that manages file transfers to and from the MASV network. It functions as a CLI tool backed by a local REST API server that you can also call directly.
The Agent supports simultaneous upload and download of multiple Packages, handles file system interactions, and is stateful — it stores transfer metadata and user sessions to survive interruptions and shutdowns. MASV Agent is used to transfer terabytes of data every day, reliably and quickly.
Before installing, check the MASV Agent System Requirements. For the latest changes, see the MASV Agent Release Notes.
Installation
Section titled “Installation”Install MASV Agent natively on Linux, macOS, or Windows. You can also run it as a Docker container.
Starting the server
Section titled “Starting the server”To use MASV Agent, start the local server first:
masv server startCommon flags include --api-key for authentication, --listen to set the address and port, and --config-dir to change the storage location. For the full list of flags, see CLI Reference.
After the server is running, you can use the rest of the MASV Agent commands.
Basic commands
Section titled “Basic commands”List all available commands and flags:
masv -hCheck which version of MASV Agent is installed:
masv versionGracefully stop the local server:
masv server shutdownViewing logs
Section titled “Viewing logs”The MASV Agent log helps you review activity and troubleshoot issues.
| Platform | How to view logs |
|---|---|
| Docker | Run docker container ls to get the container ID, then docker logs $CONTAINER_ID |
| Linux | Run journalctl -u masv-agent to view systemd log output |
| macOS | Open $HOME/masv-agent/main.log |
| Windows | Open Event Viewer → Windows Logs → Application, and filter by source masv-agent |
Next steps
Section titled “Next steps”- Authentication — Authenticate with API keys or credentials before transferring files.
- Uploads — Send files via Team email, shareable Link, or Portal.
- Downloads — Initiate, monitor, and manage file downloads.
- Automations — Set up watch folders, Portal downloads, and stream uploads.
- Storage Gateway — Connect cloud storage providers to MASV.
- CLI Reference — Complete list of all Agent commands and parameters.
- Settings — Configure disk, FIFO mode, multiconnect, and rate-limit options.