matt_paul
(Matt Paul)
1
I am trying to use Tmux, however i get the error “Failed to connect to server: Connection refused”, when I try any of the following commands
tmux
tmux list-sessions
tmux new-session -s hello -d
If anyone has any thoughts I would appreciate it. Many thanks!
joshukraine
(Joshua Steele)
2
It would help if you could provide some more info about your environment.
- What OS are you on? (Linux? OS X?)
- What version of tmux are you running? (Try
tmux -V
to find out.)
- Do you have a custom
.tmux.conf
file and if so, what’s in it?
antwonlee
(Anthony Lee)
3