can I have access to console if I run the server via systemd

I've run jmusic bot via systemd for a while with no problems. I want do do the same for my MC server. The question is can I access the console and type commands normally?
3 Replies
Snow Kit
Snow Kit2y ago
you'd have to do something weird like this: https://unix.stackexchange.com/a/454098 With that being said, I would probably recommend using Docker over systemd for this, as docker by default lets you connect to a tty, and has the benefit of the container's sandbox
GiannisD
GiannisDOP2y ago
any guides for setting up a docker container with the current server files I have?
Mortis
Mortis2y ago
You're better off installing a panel or usingna docker

Did you find this page helpful?