SkillAgentSearch skills...

Scales

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

Install / Use

/learn @pufferpanel/Scales
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 
}
View on GitHub
GitHub Stars16
CategoryDevelopment
Updated22d ago
Forks10

Languages

JavaScript

Security Score

90/100

Audited on Mar 6, 2026

No findings