https://github.com/yamiru/s3-minio-backup-pterodactyl
s3-minio-backup-pterodactyl
https://github.com/yamiru/s3-minio-backup-pterodactyl
Last synced: 3 months ago
JSON representation
s3-minio-backup-pterodactyl
- Host: GitHub
- URL: https://github.com/yamiru/s3-minio-backup-pterodactyl
- Owner: Yamiru
- License: gpl-3.0
- Created: 2021-03-28T12:53:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T17:41:21.000Z (about 3 years ago)
- Last Synced: 2025-02-15T19:27:23.175Z (4 months ago)
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TUTORIAL MINIO S3 STORAGE BACKUP
MINIO S3 STORAGE BACKUP INSTALL PTERODACTYL:
(game/voice/.. server backup to another server)
1. Download egg https://github.com/parkervcp/eggs/tree/master/storage/minio
2. Upload S3 egg to pterodactyl panel
3. Install wings /external server(vps/vds/ds) and add to Panel NODES
4. Install S3 Storage server with custom defined port βwait for server ready /green/
5. normal/update/rotate to normal - startup type(pterodactyl - manage server)
6. copy filemanager β keys key&secret
7. login http://7.9.109.124:26611 and create bucket (name: first) --> edit policy to read/write
8. edit panel side file .env and add this to end (with yours data):```
# Set your panel to use s3 for backups
APP_BACKUP_DRIVER=s3# Info to actually use s3
AWS_DEFAULT_REGION=us-east-1
AWS_ACCESS_KEY_ID=7n4WTXSfFwLNEDDln1ekbDTrbZ6YWsMcKH
AWS_SECRET_ACCESS_KEY=XLmSSD6P3dDNVYB5GwPOvjaXpcBhQYzIBU# Name of the bucket that you created
AWS_BACKUPS_BUCKET=first# Only required if you're not using AWS
AWS_ENDPOINT=http://7.9.109.124:26611
```9. save and restart panel if not work try https://pterodactyl.io/panel/1.0/updating.html
10. done :DLike & Follow me ^^ thank you π