How to Persist tmux Sessions Across Reboots
By default, tmux sessions live only as long as the tmux server is running. Reboot the machine, kill the server, or have it crash, and every window, pane and layout is gone. tmux-resurrect and tmux-continuum fix that by saving session state to disk and restoring it automatically.