-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for interactive programs to server console #3712
Comments
Why would you need to stop a command? The console is basically forwarding the commands to whatever program is running in the startup. |
There is litterly a |
Ik, but you can't use keyboard keys in console. Like normally when you write for example Also you can't use arrow keys in pterodactyl console, so you can't make choice prompts using Inquirer.js |
Ok, but you can't use keyboard keys like F keys in console. And you can't use CTRL + letter in console too |
Pterodactyl Software is not designed to be interactive, it is designed to be easy to use. If you want to use keybinds, I recommend using a local terminal. |
Correct, but @anondev-sudo is making a completely valid point that you cannot run interactive programs using the console right now, and there are a lot of programs you can run in Pterodactyl that would benefit from that. |
You can't connect to pterodactyl container using ssh, so users can't do that. If it will be possible then it will solve the issue or make the console more interactive |
Maybe an idea to use xterm.js as a console? |
@Marfjeh It's already using xterm.js: https://github.com/pterodactyl/panel/blob/develop/resources/scripts/components/server/Console.tsx |
Ah, I see, I thought it was using something else. my bad. |
Maybe it should use some real typing, so no enter a command field. When you put mouse on console and press keys, it should be forwarded to console. |
Due to the overarching complexity of this request and the extremely limited resources we can provide this project right now, I am closing this request. There is just no way it ever happens in any reasonable amount of time. |
This is sad, isn't it possible to forward F keys, CTRL + key and others to the console when you have cursor in the type a command field? |
Isn't it possible to add just when you press CTRL + C, it will be forwarded to console for now? |
Is there an existing feature request for this?
Describe the feature you would like to see.
Add way to run command in console when another command is running and allow to use keyboard keys when you click on the console.
Describe the solution you'd like.
When you run some command in console, you can't stop it, as you can't use CTRL + C in the console.
Allow us to do so, and to run any command while another command is running.
Also you can't use F keys on keyboard in pterodactyl console.
Additional context to this request.
No response
The text was updated successfully, but these errors were encountered: