Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
/ cuwo Public archive
forked from matpow2/cuwo

The famous cuwo implementation, now encapsulated on Docker!

License

Notifications You must be signed in to change notification settings

Frenzoid/cuwo

 
 

Repository files navigation

CubeWorld on Docker!!

CubeWorld cuwo server implementation for docker.


HOW TO LAUNCH

Just create a container with the image and expose the port 12345 on the host to whatever port you want (12345 too recomended) and start it.


ENV VARS

  • ADMINPASSWORD: A password for the admin. (By default its "admin" so make sure to change this).
  • MOTD: The welcome message of the server.
  • SEED: The seed of the map generator (Default value: 26879).
  • MAXPLAYERS: The value of the amount of users that can be on the server at the same time. (Default is 10)
  • MAXCONNPERIP: The value of the maxmium amount of connections per ip. (Default is 4)
  • UPDATE: By default false, if true, it'll execute the update.sh, once updated, it will start the server automatically.

EDITING PERMISSIONS AND STUFF

If you want to edit the permissions (to have more than an admin rank, lets say, helpers, moderators and admins) you'll need to login via interactive tty, edit the files with nano, the files are at /XENIUM/CubeWorld, save them, and reboot the docker container.

For more info about how to do this, i would recommend to check the cuwo docs and official page.


COMMANDS AND ADMIN COMMANDS

  • Here my boy: command list
  • Quick one: to login as admin just type /login [YOUR ENV ADMINPASSWORD VALUE]

EXTRA STUFF TO READ

In case you run into any issue, dont be a dingus and just tell me via steam acc: SrFrenzoid or MrFrenzoid, OR send me a message at frenzoid@protonmail.com.

This image was made using the cuwo open server implementation, written in Python and C++, for Cube World.

GitHub for this build here: https://github.com/Frenzoid/cuwo

Github of cuwo here: https://github.com/matpow2/cuwo

Heres a nice music to listen while installing the docker image.

Best regards and have a cool day! More info at: https://hub.docker.com/r/xenium/cubeworld/

Have a nice day!

Releases

No releases published

Packages

No packages published

Languages

  • C 83.4%
  • Python 11.4%
  • C++ 4.4%
  • JavaScript 0.3%
  • CSS 0.2%
  • Objective-C 0.1%
  • Other 0.2%