Host via screen
Screen is a package for linux distros. Screens are technically just in-host terminals you can access. if the screen errors it get's terminanted, which isn't really functional therefore only for pros.
apt-get install screenscreen -t Lavalink -s Lavalink java -jar Lavalink.jarpress ctrl + alt + a + d to exit the screen window
screen -ls will show all screens
screen -r to re-entre a screen-window
Last updated