Author Topic: BETA: Paintball 2 Server OS  (Read 3490 times)

RazzerTape

  • PGP
  • Posts: 4
BETA: Paintball 2 Server OS
« on: January 29, 2016, 09:46:42 PM »
BETA:

Paintball 2 Server OS

Ubuntu-based Operating System brings all of the software needed to start a Paintball 2 Server. Please test it out and let me know what you think! The ServerRoot, which is an admin account contains the firewall configuration software, while the Paintball account, which is a limited account, contains the actual server software. Hopefully this will make it a lot easier to get a server running! The default passwords are as follows:

Username: ServerRoot
Password: S3rv3rAdm1n

Username: Paintball
Password PBIIS3rv3r

*Please change these passwords once you get your server running!*

Again, this is a beta project, so please let me know what is wrong.
So far, I am pretty sure that the installer is not working that well. This means that it only really works in a live environment. My suggestion is to put it on a USB stick with some persistence space and use it like that. If you need help, go to http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/

Please make sure to click the right download button...
After that, it's pretty self-explanatory.
Make sure to set a Persistent file size on the USB stick. This will ensure that your changes stay there.

I know that there are things that will need to be worked on, so let me know, but please give detailed information as to what the problem is. This will help me to (hopefully) fix the problem as soon as possible.

Here's the link to the .iso download: https://www.dropbox.com/s/5tv0ianfcxjxluy/Paintball2_Server_x86.iso?dl=0

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: BETA: Paintball 2 Server OS
« Reply #1 on: February 02, 2016, 11:33:16 AM »
- root account password?
- Build 40 instead of Build 41
- Maybe add screen
- (Remove the maps or use the standard maps) and add a download option
- Add a browser for paintball
- vim instead of vi

RazzerTape

  • PGP
  • Posts: 4
Re: BETA: Paintball 2 Server OS
« Reply #2 on: February 02, 2016, 05:48:43 PM »
ServerRoot is the root account
What would a download option look like for the maps? Just a script with some input to specify which map?
I just use nano in place of vi or vim, but I can totally add vim, as well as screen.

ic3y

  • Committee Member
  • Autococker
  • Posts: 1398
Re: BETA: Paintball 2 Server OS
« Reply #3 on: February 03, 2016, 04:16:59 AM »
ServerRoot is the root account
What would a download option look like for the maps? Just a script with some input to specify which map?
I just use nano in place of vi or vim, but I can totally add vim, as well as screen.

- But there is still a root account (/etc/passwd and /etc/shadow)
- Just link to the OTB ftp (ftp://otb-server.de/pub/Maps). Script if you want
- nano is fine too, but you should install vim. I hate the old vi.

RazzerTape

  • PGP
  • Posts: 4
Re: BETA: Paintball 2 Server OS
« Reply #4 on: February 03, 2016, 12:47:47 PM »
The root account password is nonexistent by default, which means that the root account cannot be used (http://askubuntu.com/questions/20450/disable-root-account-in-ubuntu)

Do you mean to add a file browser for user paintball?

Working on implementing all the other stuff.
Thanks for all the help!