Advanced Search
Search Results
103 total results found
Inviting Additional Staff Members To Your Control Panel
For additional staff such as Developers and Administrators, you can invite them to each server with their own permissions using the Subusers feature of Pterodactyl. Click into any server and click the "Users" tab. Click "New User" and put in their email into...
Our Discounts From Partners - Grab A Deal!
Jasmeow.Systems has partnered with many established businesses and good friends who offer fantastic discounts for their products and services. You can find them below. Remember, these are additional to our normal $40 a month and some of them aren't billed thr...
Minecraft DDoS Protection - Why Is It Needed When I Have The Host?
Minecraft is a fantastic game with easy financial opportunities and and building brilliant communities, but it also has it's downfalls which you need to be aware of. Many malicious actors exist in the world who want nothing better than taking down your MC netw...
Being A JS Client - Having The Role Is A Privilege, Not A Right
Repeating what was stated from one of my announcements, it hasn't been something we have been wanting to write but it's something that should be included here to make sure it's followed. Being part of Jasmeow.Systems Discord and having the 💳 JS Client role is...
Don't State False Information - Confusing Others & Creating Headaches
When someone tries to help you such as one of our team or you are advising someone else, don't state false, confusing and concerning information to them which may invoke a panicked or worried response. Doing this takes time to unravel and repair trust with th...
Installing Modules On cPanel For WHMCS - IonCube, FileInfo & Soap
IonCube Go to /opt/cpanel/ea-php81/root/usr/lib64/php/modules (PHP 8.1) and unzip the tar you download from here with the .so file. (The loaders from their website) Then in /opt/cpanel/ea-php81/root/etc/php.d (PHP 8.1) put nano 00-ioncube.ini and put in ze...
LiteSpeed WebServer With Pterodactyl (CyberPanel)
Setup main domain then “panel” as another subdomain. During the subdomain creation, make the location of the files /panel/public. Pull files from this directory back one into /panel and make sure Ptero's /public is the folder that CyberPanel is pointing to for...
Getting Rid Of The “Invalid Java Version” Popup In Pterodactyl
Simple config line. nano /var/www/pterodactyl/resources/scripts/components/server/features/JavaVersionModalFeature.tsx Delete all const MATCH_ERRORS and enter whatever for the last line and put a comma, like the below for an example. Save, rebuild panel us...
Searching Through Files - Finding A Particular String And Updating It
Main command: grep -rnw "xA" -e "xB" | xargs sed -i 's/xC/xD/' grep – Obvious, search to find results. -rnw – Search all directories after string definition. “xA” – Location to search. “xB” – String to search. Has to be in quotations! | - Pipe, put resu...
Small Commands, Issues And Guides - A Collection
This page is for commands, issues or guides which don't need to be added as a separate page. You can search for them with Ctrl + F or click the "Search" at the top. Only Allow PublicKey Authentication Overriding Password Auth No idea why, some systems are co...
Installing SQLite3 To SQL with Python3 Package To Convert SQL-Lite DB to MySQL for import
Start off with pip3 install sqlite3-to-mysql, making sure apt install python3-pip is installed. Once done, upgrade pip3 with pip3 install --upgrade pip then pip3 install packaging. You can now run sqlite3mysql --help. For simple syntax, it is:sqlite3mysql -f ...
ItemsAdder With CloudFlare Proxied Domain For IP Protection
Create a proxy pass for the domain and add to CloudFlare. Cert it with LetsEncrypt and give the port to the server on the panel, like 20000. Update ItemsAdder with the details below and make all the other "host" types false. This texture pack option shou...
Get the “/dev/disk/by-id” information for FSTab from the udevadm command
To start with, you will need to use the disk name only without the partition name. When you go into /dev/disk/by-id and investigate the names, it will be named “part-1, part-2” etc at the end of the ID name. Ignore these for now. Do fdisk -l and get the disk n...
CloudFlare does not minify javascript correctly when working with Grafana
Speed > Optimisation > Content Optimisation. Follow the below if you want to disable JavaScript Minify'ing for just that website, not the whole domain:
Error 1014 Tebex - CNAME Cross-User Banned
If you are ever presented with the following below when trying to access your Tebex store using your own custom domain, such as https://store.vanillaplus.uk, this means you need to renewal your Plus plan. You haven't been banned or suspended by CloudFlare, ...
Why Is X Not Installed On The System - How Docker Images Work
When connecting to your systems via SSH, you may notice that certain applications don't exist, are not installed or not working as they should be. This is due to how docker works and it's image system. If you are a client who has Pterodactyl installed, server...
Press Assets & Media Presence - Colour Profiles & Our Imagery
Our main colours we use at Jasmeow.Systems are below. Please use these when creating a role such as "System Admin(s)" in your staff or public Discord. Do note we prefer the management role colour. Management Role - #bc6af8 System Admins Role - #ff5a00 T...
Getting A Containers UUID
When asking for support and your panel contains more than one server, it speeds up our assistance by providing which server UUID is effected with the issue. You can find them in many places, see below: Note, there is the short UUID and long UUID. Both of thes...
Disabling The Too Large Directory "First 250 Files" Limiter
By default, the panel limits any directory on a server container to 250 files and folders at any given time in a single view. This is done to improve page loading performance, but can be majorly inconvenient for hosting companies or for networks with large fil...
How To Connect To SFTP Using The JS Domain
On some installations, we have configured the domain of your SFTP host on the panel to sftp://sftp.jasmeow.systems:<port>. The reason for this is to save time whitelisting all developer IP's, and if they are dynamic, this creates a whole another level of compl...