versioned_docs_archived/version-8.x/cli/server.md
Manage a store server.
Starts a server that performs all interactions with the store. Other commands will delegate any store-related tasks to this server.
Stops the store server.
Prints information about the running server.
Runs the server in the background, similar to daemonizing on UNIX systems.
The maximum number of network requests to process simultaneously.
The communication protocol used by the server.
When this is set to auto, IPC is used on all systems except for Windows,
which uses TCP.
The port number to use when TCP is used for communication.
If a port is specified and the protocol is set to auto, regardless of system
type, the protocol is automatically set to use TCP.
The directory to use for the content addressable store.
Set whether to make the package store immutable to external processes while the server is running or not.
Prevents you from stopping the server using pnpm server stop.
Prevents creating a new side effect cache during install.