MAX is a fully featured and customizable ClassiCube Server Software.
Download the latest MAX release from here
- Windows: You will need to install Net Framework 4.8 (Most already have this built-in)
- Linux/macOS: You need to install the Mono framework.
Run MAX.exe.
If you are signed in to classicube.net, you can copy the URL sent using /URL straight into your web browser and start playing.
Click Direct connect at the main menu.
Type your username into Username, 127.0.0.1:25565 into IP:Port, and leave Mppass blank. Then click Connect.
After joining, you will want to rank yourself as the owner so you can use all commands.
Type /rank [your account] Random into the bottom text box, then press Enter.
You need to find out your LAN/local IP address.
- Windows: Type
ipconfiginto Command Prompt. Look forIPv4 addressin the output - macOS: Type
ipconfig getifaddr en0oripconfig getifaddr en1into Terminal - Linux: Type
hostname -Iinto Terminal. Lan IP is usually the first address in the output
Enter the server URL followed by ?ip=[lan ip] into the web browser.
(e.g. http://www.classicube.net/server/play/d1362e7fee1a54365514712d007c8799?ip=192.168.1.30)
- Click Direct connect at the main menu
- Type your username into Username textbox
- Type
[lan ip]:25565into IP:Port textbox (e.g.192.168.1.30:25565) - Click Connect
You usually need to port forward in your router before other players can join.
Enter the server URL into the web browser
- Click Sign in
- Type/paste the hash (e.g.
d1362e7fee1a54365514712d007c8799) into the classicube.net/server/play text box - Click Connect
With an IDE:
- Visual Studio: Open
MAX.sln, clickBuildin the Menubar, then clickBuild Solution. (Or press F6) - SharpDevelop: Open
MAX.sln, clickBuildin the menu, then clickBuild Solution. (Or press F8)
Command line:
- For Windows: Run
MSBuild command prompt for VS, then typemsbuild MAX.slninto the command prompt - Modern mono: Type
msbuild MAX.slninto Terminal - Older mono: Type
xbuild MAX.slninto Terminal
See LICENSE for MAX license, and license.txt for code used from other software.
Some unofficial dockerfiles for running MCGalaxy in Docker: