Report this

What is the reason for this report?

Send command to screen session from web

Posted on April 5, 2014

I am creating a control panel for minecraft and need to find a way to send commands to a screen session. I can run a shell script from php’s system() command. But when I do:

screen -S minecraft -X stuff “stop”

and switch to my sceen session, it shows stop written but it is as if enter was not pressed after enterin the command

So, how do I simulate enter in shell?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Try adding <code>\n</code> which stands for “new line” after <code>stop</code> (inside the quotation marks). Does that work?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.