Skip to content

FAQ | ❓ General Questions

Forel Matthieu edited this page Jul 12, 2021 · 1 revision

How do I install Station on Linux?

Download the app, make the file executable, and launch!

Follow these 3 simple steps:

  • Download the app here (if not already done)

  • Make the file executable by following these instructions

  • Execute it and you’re done! 🎉

How can I transfer my Station setup to another device?

Whether you want to copy or migrate your Station. Some of you want to start using Station on a different device without having to reinstall all your apps again. Or you are simply switching from a device to another. There is a cool trick to do that!

⚠️ Doing this does not mean Station will sync across devices. It's a one-off migration, changes to Station on one device won't appear on the other device.

On Mac

  • Be sure to have the latest version of Station on both devices

  • Quit the Station app completely on the source device

  • Execute the following command in your "Terminal": zip -r ~/Station_db.zip ~/Library/Application\ Support/Station/db

  • A zip file will be created in your "Home" folder - it is called "Station_db.zip"

  • On the destination machine, launch Station and quit the app. No need to login.

  • In Finder, Click on "Go" in the menu bar, then "Go to Folder..."

  • Enter "~/Library/Application Support/Station/db"

  • In this folder, copy the 3 files that are in the zip file that you generated from the source device (it will replace the old ones)

  • Launch Station on the destination machine and log in.

Voila! ✨

On Windows

  • Be sure to have latest version of Station on both devices

  • Quit the Station app completely

  • On Windows search bar, type %appdata% & open the folder

  • Open the Station folder

  • Zip the db folder (right click, "Send To" > "Compressed (Zip) folder")

  • On the destination machine, launch Station and quit the app. No need to login.

  • On Windows search bar, type %appdata% & open the folder

  • Open the Station folder

  • In this folder, copy the 3 files that are in the zip file that you generated from the source device (it will replace the old ones)

  • Launch Station on the destination machine and log in.

Voila! ✨

On Linux

  • Be sure to have the latest version of Station on both devices

  • Quit the Station app completely on the source device

  • Execute the following command in your terminal: zip -r ~/Station_db.zip ~/.config/Station/db

  • A zip file will be created in your home folder - it is called "Station_db.zip"

  • On the destination machine, launch Station and quit the app. No need to login.

  • Open "~/.config/Station/db" folder with your file explorer

  • In this folder, copy the 3 files that are in the zip file that you generated from the source device (it will replace the old ones)

  • Launch Station on the destination machine and log in.

Voila! ✨

Where can I request features or ask for help?