Advanced Search
Search Results
24 total results found
Chain Link Hosting
Chain Link Rust
Chain Link FiveM
Chain Link Minecraft
Ubuntu
Chain Link Hosting Panel
Minecraft
Windows
Nginx Proxy
Minecraft Servers
Rust Servers
Palworld Servers
How To Use Certbot Standalone Mode to Retrieve Let's Encrypt SSL Certificates on Ubuntu 20.04
Step 1 — Installing Certbot Certbot recommends using their snap package for installation. Snap packages work on nearly all Linux distributions, but they require that you’ve installed snapd first in order to manage snap packages. Ubuntu 20.04 comes with suppor...
How to unzip files on ubuntu
# Install unzip for handling .zip files sudo apt-get update sudo apt-get install -y unzip # Command to unzip a .zip file unzip filename.zip # Install p7zip-full for handling .7z files sudo apt-get update sudo apt-get install -y p7zip-full # Command...
Composer Modules Usage
This egg supports easy installation of PHP libraries using Composer. How it works: If a composer.json file exists in your server's root directory, it will be used automatically to install dependencies. If composer.json is missing, the egg looks for a vari...
ionCube Loader Support
ionCube Loader is detected and enabled automatically if encrypted PHP files are present. No manual configuration needed; simply upload your ionCube-protected scripts and run.
ionCube Loader Support
ionCube Loader is detected and enabled automatically if encrypted PHP files are present. No manual configuration needed; simply upload your ionCube-protected scripts and run.
Cloudflared Tunnel Tutorial
With Cloudflared, you can create a secure tunnel to your server, making it accessible over the internet without complicated port forwarding!Cloudflared | Create a remotely-managed tunnel 📌 Requirements A Cloudflare account 🔹 Step 1: Log in to Zero T...
Git Module
Specify your Git repository URL in the GIT_ADDRESS variable Enable Git by setting the GIT_STATUS variable to 1 or true On server creation, your repo will be cloned into the www folder On each restart, git pull runs to update the files
Cronjob
This egg includes a container-native cron engine for automated task scheduling without requiring system cron. How it works: Enable cron by setting the CRON_STATUS variable to 1 or true Create or edit /home/container/crontab with your scheduled tasks The ...
Change PHP version
Changing the PHP version is currently still somewhat cumbersome. A revised version will be available in the future. Step 1: In your Pterodactyl panel, go to the "Startup" tab on your web server. Change the variable "PHP VERSION" to the desired version. ...
PHP extensions
PHP extensions of PHP version 8.3: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, random, Reflection, SPL, session, standard, sodium, cgi-fcgi, mysqlnd, PDO, psr, xml, bcmath, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext...
Notes
Public web root directory: www To enable HTTPS, modify /home/container/nginx/conf.d/default.conf accordingly PHP extensions vary slightly per version; full list available in docs Changing PHP versions requires matching Docker image selection and restart ...
Auto-Update System
The egg includes an intelligent auto-update system that keeps your installation current with the latest features and security updates. How it works: Automatic Version Checking: Uses the Tavuru API to check for new releases Smart Differential Updates: Down...