Is it possible to ssh into my railway server and manage my projects files?

im wondering if this is possible using ssh or possibly the cli?
Solution:
you would want to manage your project files locally, the container is ephemeral so if railway did offer ssh and you made changes in the container they would disappear after the next deploy
Jump to solution
4 Replies
Percy
Percy4mo ago
Project ID: N/A
loyahdev
loyahdev4mo ago
N/A
dwaynemac
dwaynemac4mo ago
It’s currently not possible to ssh into a deploy. I believe some people deploy a ftp server or something and connect the volume to administer files.
Solution
Brody
Brody4mo ago
you would want to manage your project files locally, the container is ephemeral so if railway did offer ssh and you made changes in the container they would disappear after the next deploy