Retain console on browser refresh
This is not for requesting support for new games/applications
To do this you should go to https://github.com/CubeCoders/AMPTemplates and first attempt to build a configuration yourself - otherwise you can request a template from this repo.
Feature Request
Feature Information:
Currently the console data/log is cleared upon browser page refresh. The feature would allow for the console data to remain after a page refresh. I require this for Minecraft server management but I assume it's a useful feature for all application types.
I confirm:
- [x] that I have searched for an existing feature request matching the description.
I'd also like to see the return of this feature.
A workaround for viewing the console without AMP is to "reattach" the tmux session that AMP is running on (on Linux).
Viewing the log on Linux machines can be accomplished by logging into the AMP user (over SSH?), and running tmux.
Then you just hit Ctrl + B and ( to switch tmux sessions until you see your server's log.
Or another method is detailed in this StackOverflow answer: SOF - How can I reattach to tmux process
tmux has many other features that you can learn about by hitting the "prefix key" Ctrl + B and ?
I'm not sure how AMP accomplishes logging on Windows, but maybe another helpful person could reply with the Windows workaround. :)
I am also interested in this feature.
Are there any updates on this?