SUPPORT BOARD OVERVIEW & TIPS:

About Receiving Help from the Support Board: While all members may answer questions posted in the Support board, you should only rely on responses posted or confirmed by support moderators and website administrators. Any solutions provided by members of the community that are not verified by a staff member (as indicated by a light-green background) are provided as-is, and we cannot take responsibility for any of the results of said actions.

About Responding to Support Threads: If you feel you know the answer to a question, you are welcome to respond to the thread and politely offer assistance. Please be courteous and try to provide detailed and helpful solutions to users who may not be as advanced as you. We ask that you refrain from posting one-sentence solutions.

Please search for existing topics before creating one! It's quite likely someone else has already encountered a similar issue which was resolved. You can search for existing support threads by clicking here .

About Topic Tags:

* Topics denoted with the [OPEN] tag are awaiting a response from the end user. You are welcome to post in these threads if you are experiencing a similar issue so we may provide further support.

* Topics denoted with the [RESOLVED] title have been successfully answered and confirmed by a support moderator and the end user, and should be used as a reference. These topics are locked.

* Topics denoted with the [CLOSED] tag were either inactive for more than 30 days or the end user did not respond to a suggestion and confirm if the issue was resolved. These topics are locked.

question-circle Setting up a PQ multiplayer server on a VPS

  • M@s
  • M@s's Avatar Topic Author
  • Offline
  • Beginner Marbler
  • Beginner Marbler
  • Posts: 53
  • Thank you received: 24
17 Dec 2021 12:15 #1
Around two weeks ago I ordered a VPS to host servers of games which are easy to handle by the server (PQ Multiplayer being one of them, I believe), but I haven't yet figured out how to... remotely execute files on the machine and other things of this sort. :side:
That is in part due to my rough time in university at the moment, oftentimes I didn't have the time and/or will to set it up.

I should mention the machine is running Ubuntu 20.04 and it doesn't appear to support a graphical interface, just the Terminal. I know that's all you realistically need to access it and execute commands, and that you can just SSH into it with file transfer capability, but I'd rather download PQ straight into it than send the game files from my PC (which could take a few hours to send due to my poor connection).

I'd appreciate any advice on how to properly set up a PQ server on a VPS. Hopefully I can set it up within a week from now as I wanted to do it a while ago.
  • HiGuy
  • HiGuy's Avatar
  • Offline
  • Lead Developer
  • Lead Developer
  • PQ Developer Emeritus
  • Posts: 1333
  • Thank you received: 604
18 Dec 2021 23:54 #2
The general process of running PQ is pretty simple: just install wine-devel (you may be able to use wine stable these days) and `cd pq ; wine ./marbleblast.exe`. The hard part is getting a copy of the game installed, since the java launcher is gui-only. I wrote this a couple years ago: github.com/HiGuyMB/TestLauncher and was using it to update the servers I ran, but you can just as easily scrape marbleblast.com/pq/where/yeahboii-1/ or marbleblast.com/pq/where/yeahboii-2/ (whichever is latest) and get a copy that way. Then just extract em all on top of each other and wine it up (tm). From there, server management is just a fun challenge of "which prefs file has the setting I want" and reading the source code to figure out how to make the game do stuff you want.

The only other hard part is keeping the game running after a crash/restart and maybe automated restarts. I made a pile of scripts for the ones I ran which makes that process easier. You can get them here: github.com/PlatinumTeam/DedicatedServerScripts

This signature is real code
Code:
function clientcmd12dothepq() { commandToClient(LocalClientConnection, '34onthedancefloor'); }
Moderators: Doomblah
Time to create page: 0.939 seconds
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.