github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_serve.md (about) 1 --- 2 title: "rclone serve" 3 description: "Serve a remote over a protocol." 4 slug: rclone_serve 5 url: /commands/rclone_serve/ 6 versionIntroduced: v1.39 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/serve/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone serve 10 11 Serve a remote over a protocol. 12 13 ## Synopsis 14 15 Serve a remote over a given protocol. Requires the use of a 16 subcommand to specify the protocol, e.g. 17 18 rclone serve http remote: 19 20 Each subcommand has its own options which you can see in their help. 21 22 23 ``` 24 rclone serve <protocol> [opts] <remote> [flags] 25 ``` 26 27 ## Options 28 29 ``` 30 -h, --help help for serve 31 ``` 32 33 34 See the [global flags page](/flags/) for global options not listed here. 35 36 # SEE ALSO 37 38 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 39 * [rclone serve dlna](/commands/rclone_serve_dlna/) - Serve remote:path over DLNA 40 * [rclone serve docker](/commands/rclone_serve_docker/) - Serve any remote on docker's volume plugin API. 41 * [rclone serve ftp](/commands/rclone_serve_ftp/) - Serve remote:path over FTP. 42 * [rclone serve http](/commands/rclone_serve_http/) - Serve the remote over HTTP. 43 * [rclone serve nfs](/commands/rclone_serve_nfs/) - Serve the remote as an NFS mount 44 * [rclone serve restic](/commands/rclone_serve_restic/) - Serve the remote for restic's REST API. 45 * [rclone serve s3](/commands/rclone_serve_s3/) - Serve remote:path over s3. 46 * [rclone serve sftp](/commands/rclone_serve_sftp/) - Serve the remote over SFTP. 47 * [rclone serve webdav](/commands/rclone_serve_webdav/) - Serve remote:path over WebDAV. 48