Releases: Blaccii/SDEV_linux_manager
Release list
v0.5
Sinners DEV. Artifact Manager
Sinners DEV. Artifact Manager is a small Linux CLI tool for FiveM/RedM FXServer.
The tool helps you detect existing server installations, update FXServer artifacts safely, and optionally clear the cache after an update.
It is mainly designed for Pterodactyl servers, but it also works with manual Linux installations.
In short:
sdev adoptserver
sdev install-artifact --cleanWhy Linux?
For FXServer hosting, Linux is usually the better choice than Windows.
Linux is lighter, more efficient, and much easier to automate on servers. Especially when working with Pterodactyl, Docker, shell scripts, and server maintenance, Linux feels much more natural.
Windows can work, but for production game servers Linux is usually cleaner, more stable, and easier to maintain.
Quick start
cd /var/lib/pterodactyl/volumes/YOUR-SERVER-ID
sdev adoptserver
sdev status
sdev install-artifact --cleanAfter the update, the tool asks:
Clear cache folder 'cache' now? [Y/n]
Press Enter or Y to clear the cache.
Press n to skip cache clearing.
Important commands
sdev adoptserver
sdev status
sdev artifact-info
sdev install-artifact --clean
sdev clear-cache
sdev list
sdev updateSafety
For a correctly detected Pterodactyl installation, an artifact update only deletes:
alpine/
These files and folders are not deleted:
resources/
txData/
server.cfg
sdev.json
sdev.lock.json
cache/
Short version
Adopt a server:
sdev adoptserverUpdate artifact:
sdev install-artifact --cleanConfirm cache clearing:
Clear cache folder 'cache' now? [Y/n]
Check status:
sdev statusLinux servers, clean artifacts, less stress.
:::