# server.DaemonIdentity

- **Module:** server
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** typealias
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/server.ts#L94
- **Page:** https://libtmux.org/en/ts/latest/reference/server-daemonidentity/

Which tmux daemon answered, as tmux itself reports it.

A socket path names a place, not a process: `kill-server` and a restart give
a new daemon the same path, and that daemon numbers its panes from `%0`
again. The pid alone is not enough — pids are reused — so the start time goes
with it.
