# tmux.Server.ServerAccess

- **Module:** tmux.Server
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/server_clients.go#L67
- **Page:** https://libtmux.org/reference/go/tmux-server-serveraccess/

```
tmux.Server.ServerAccess(ctx: context.Context, request: ServerAccessRequest) -> ([]string, error)
```

ServerAccess changes or lists the server access-control entries. It requires tmux 3.3 and returns [VersionTooLowError] below that floor. List returns an owned snapshot, and reports a completed or transport failure rather than answering with no entries; mutation completed stderr is an error.
