An advanced plugin which allows your players to create their sub-servers as part of your BungeeCord network and manage them with easy-to-use, friendly GUI
After downloading, extracting and uploading the PlayerServersDaemon.jar file (from https://playerservers.thearcadia.xyz/overview/installation/multi-node-support) to a newly reinstalled Debian 10 machine with JAVA 18 installed in the /root/Daemon folder and running the command "java -Xmx200M -jar Daemon.jar" I get this error:
The files are created.
I will create a start.sh file with the contents:
screen -dmS Daemon java -Xmx200M -jar Daemon.jar
I run ./start.sh. But the screen won't start
root@PlayerServer:~/Daemon# ./start.sh
root@PlayerServer:~/Daemon# screen -ls
No Sockets found in /run/screen/S-root.
root@PlayerServer:~/Daemon# screen -r Daemon
There is no screen to be resumed matching Daemon.
root@PlayerServer:~/Daemon#
After downloading, extracting and uploading the PlayerServersDaemon.jar file (from https://playerservers.thearcadia.xyz/overview/installation/multi-node-support) to a newly reinstalled Debian 10 machine with JAVA 18 installed in the /root/Daemon folder and running the command "java -Xmx200M -jar Daemon.jar" I get this error:
The files are created. I will create a start.sh file with the contents:
screen -dmS Daemon java -Xmx200M -jar Daemon.jar
I run ./start.sh. But the screen won't start