--- layout: default title: Starting Ardour From the Command Line ---
Like (almost) any other program on Linux, Ardour can be started on the command line.
ardour3
ardour3 /path/to/session
replacing /path/to/session with the actual path to your session. You can specify either the session folder or any session file inside the folder (including snapshots).
ardour3 -N /path/to/new/session
replacing /path/to/new/session with the name of the folder where you want the session stored.