Digital Paint Discussion Board
Paintball 2: The Game => Server Discussion => Topic started by: RazzerTape on January 29, 2016, 10: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
-
- 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
-
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.
-
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.
-
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!