# tmux.Server.WithProcessEnvironmentValue

- **Module:** tmux.Server
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_options.go#L134
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-server-withprocessenvironmentvalue/

```
tmux.Server.WithProcessEnvironmentValue(name: string) -> (Server, error)
```

WithProcessEnvironmentValue returns a server whose tmux subprocesses receive name=value while preserving the receiver's frozen executable, configuration, and exact socket endpoint. It does not expose an inherited environment snapshot through [Server.ProcessEnvironment]. The result shares daemon-scoped coordination with the receiver. A connection-bound receiver is rejected.
