Skip to content

The UpdateManger will rock your pterodactyl server instances gently to sleep by providing your most recent fileset to each one via SFTP, while

Notifications You must be signed in to change notification settings

zodtf/UpdateManger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Manager

This is sort of biased project, based on updating servers with similar map structure and update it with help of SFTP.

Usage

Instructions on building and running

Installing & Building

  1. npm i
  2. Build the project using typescript and run the following: npm run build

Running

Now when you've built the project you can run it using the following: npm run start Is config based so you'll either manually add servers in the config or use the CLI. Once you have servers you can make an update to the servers

When starting the process of updating the servers you can either update specific ones or all. You'll be prompted the which folder you want to update, use the full path by copying it. It will check if the path is correct so an example can look like: C:\dev\testing_upload

You will also be prompted which directory on the servers you want to update to.

Once done it will start updating each server and log once done for each server.

Requirements

  • Node.JS >= 16
  • TypeScript

Platforms

Platform Tested
Windows
Ubuntu
Debian
Arch

About

The UpdateManger will rock your pterodactyl server instances gently to sleep by providing your most recent fileset to each one via SFTP, while

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%