Search found 5 matches

by rushy
Thu Aug 31, 2017 1:55 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Keep server running on VPS (Ubuntu 16.04)
Replies: 7
Views: 3258

Re: Keep server running on VPS (Ubuntu 16.04)

My instructions with a screen will allow you to attach the screen to input commands if that '/home/server/run.sh' script allows user input Awesome, got a screen so the server console is on my "server" screen but still run into my issue, how can I create bash script(s) so I can run somethi...
by rushy
Wed Aug 30, 2017 8:01 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Keep server running on VPS (Ubuntu 16.04)
Replies: 7
Views: 3258

Re: Keep server running on VPS (Ubuntu 16.04)

My instructions with a screen will allow you to attach the screen to input commands if that '/home/server/run.sh' script allows user input
by rushy
Wed Aug 30, 2017 7:08 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Keep server running on VPS (Ubuntu 16.04)
Replies: 7
Views: 3258

Re: Keep server running on VPS (Ubuntu 16.04)

You can use screen for this, runs the process in its own 'container' that stays running when you disconnect via ssh. First make sure screen is installed with sudo apt-get install screen Start up the server with its start up script using screen -S Screenname -d -m /path/to/running/script.extension *Y...
by rushy
Wed Dec 14, 2016 10:42 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Hlstats server on VDS problems
Replies: 2
Views: 922

Re: Hlstats server on VDS problems

I should have also said, in the logs it shows no sign of even receiving the restart command (Even with firewall disabled).

On the vds where it is working, it printed in the logs of getting such a command
by rushy
Wed Dec 14, 2016 6:51 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Hlstats server on VDS problems
Replies: 2
Views: 922

Hlstats server on VDS problems

Hi, I have tried using the support team to try and resolve this and they suggested me posting to the forusms to get some help. So basically, I have a Frankfurt VDS which I want to install hlstats server to. I can get it up and running, however if I try to issue either the 'quit daemon' or 'restart c...