
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
fivem-docker-cli
Advanced tools
Command-line tool to create and administer FiveM Servers running in Docker.
Command-line tool to create and administer FiveM Servers running in Docker.
$ npm install -g fivem-docker-cli
$ fivem COMMAND
running command...
$ fivem (-v|--version|version)
fivem-docker-cli/0.1.10 win32-x64 node-v8.11.3
$ fivem --help [COMMAND]
USAGE
$ fivem COMMAND
...
fivem deleteDeletes a FiveM server Docker container.
USAGE
$ fivem delete
OPTIONS
-i, --serverid=serverid ID of the FiveM Docker container.
-s, --servername=servername Name of the FiveM Docker container.
See code: src\commands\delete.js
fivem help [COMMAND]display help for fivem
USAGE
$ fivem help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
fivem initCreates a new FiveM server running in Docker.
USAGE
$ fivem init
OPTIONS
-k, --licensekey=licensekey Server license key - This can be obtained from https://keymaster.fivem.net.
-p, --rconpass=rconpass Password for RCON access.
-s, --servername=servername Name of the FiveM Docker container.
See code: src\commands\init.js
fivem restartRestarts a FiveM server Docker container.
USAGE
$ fivem restart
OPTIONS
-i, --serverid=serverid ID of the FiveM Docker container.
-s, --servername=servername Name of the FiveM Docker container.
See code: src\commands\restart.js
fivem startStarts a FiveM server Docker container.
USAGE
$ fivem start
OPTIONS
-i, --serverid=serverid ID of the FiveM Docker container.
-s, --servername=servername Name of the FiveM Docker container.
See code: src\commands\start.js
fivem statusDisplay status of all FiveM server Docker containers.
USAGE
$ fivem status
See code: src\commands\status.js
fivem stopStops a FiveM server Docker container.
USAGE
$ fivem stop
OPTIONS
-i, --serverid=serverid ID of the FiveM Docker container.
-s, --servername=servername Name of the FiveM Docker container.
See code: src\commands\stop.js
FAQs
Command-line tool to create and administer FiveM Servers running in Docker.
The npm package fivem-docker-cli receives a total of 94 weekly downloads. As such, fivem-docker-cli popularity was classified as not popular.
We found that fivem-docker-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.