Hi, i would like to see the fly server terminal on my own terminal computer, there is a step by step tutorial so I can monitor all the console on my own?
Monitoring should by fly logs -a YOUR_APP_NAME
.
Connecting to the machine (running linux commands on the app’s machine) is fly ssh console -a YOUR_APP_NAME
. But this wont show you your app’s logs.
(the -a
is optional if your in the project directory)
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.