# server.ServerOptions

- **Module:** server
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/server.ts#L91
- **Page:** https://libtmux.org/reference/ts/server-serveroptions/

## Members

- `colors` (property)
- `configFile` (property)
- `environment` (property) — The complete environment passed to every spawned `tmux` process.
- `socketName` (property)
- `socketPath` (property)
- `timeoutMs` (property) — Default deadline, in milliseconds, for every command this server runs.
- `tmuxBin` (property)
- `engine` (property) — Run this server's commands somewhere other than a local `tmux`.
