Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.
/ Scales Public archive

Legacy Service: Scales - a flexible Node.js game management daemon built for PufferPanel - EOL 12/31/2017

License

Notifications You must be signed in to change notification settings

pufferpanel/Scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scales Release

Scales — the flexible game management daemon built for PufferPanel.

Documentation | API | Community Chat | Community Forums

Scales is a game server management daemon, built specifically for use with PufferPanel. Scales can run game servers either directly on the system or inside docker containers, and supports a variety of servers including Minecraft, Spigot, Sponge, Forge, BungeeCord, PocketMine, and SRCDS.

NOTICE

Scales is no longer receiving updates, due to internal code issues and design choices. We are working on a new daemon called pufferd to replace Scales.

You can view this new daemon here.

Installation

To install Scales for use with PufferPanel please follow this guide. To manually install Scales you may use this guide.

PufferPanel users should use the config.json created by the auto-deploy script or the one located in the panel. For those using Scales on its own here is an example config.json.

{
	"listen": {
		"sftp": 22,
		"rest": 5656
	},
	"urls": {
		"download": "http://192.168.1.2/auth/remote/download",
		"install": "http://192.168.1.2/auth/remote/install-progress"
	},
	"ssl": {
		"key": "https.key",
		"cert": "https.pem"
	},
	"basepath": "/home",
	"keys": [
		"e085947d-c683-4a73-9d09-2ce4fb331b9a"
	],
	"upload_maxfilesize": 100000000,
	"docker":  false 
}

About

Legacy Service: Scales - a flexible Node.js game management daemon built for PufferPanel - EOL 12/31/2017

Resources

License

Stars

Watchers

Forks

Packages

No packages published