What's new

Welcome to RetroTools.XYZ

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Free Nitro Websocket Proxy

Tired of paying to avoid random disconnections want better protection on your Habbo Retro?
Click Here Free Nitro Websocket Proxy Now

Answer

Answer Questions and Become an Expert on Your Topic

Join Our Discord Server

You can chat or get help in real time by joining our Discord.
Click Here To Join Our Discord Server

Create your Habbo Portable [JowaV1 - Nginx + Redis + Opcache, Full Performance] with Rebug Soccer.

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

joaowars776

New member
Joined
Feb 25, 2023
Messages
7
Reaction score
8
Points
3

Laragon 8.2.3 with:
• MariaDB: 12.0.2
• Nginx: 1.27.3
• Redis: 8.2.1
• PHP: 8.4.13

For me, the definitive content, with speed superior to a standard IIS installation, you can successfully run it on your VPS without experiencing the slowdowns, freezing, lag, or database corruption that Xampp causes.

With this portable content, you can actually open it for public access on a VPS, and any improvements I can make or fixes for issues I discover (even misconfigurations) will be implemented without changing the overall look of the tutorial, thus maintaining the same teaching style with new and better content over time.

I'd say it's at least 5X better than using Xampp on a VPS, because everyone who tries it actually experiences unusual slowdowns (which don't normally occur on a personal PC), a slowdown that doesn't really exist with this new method. I even found the client speed to be similar to a proxy. Enjoy this content <3

Latest AtomCMS
Latest Arcturus-Extended
Latest Nitro-Cool
Catalogo xlRaiko 2025

OBS: There is translation for catalog inside too
 
New update, already on description of the video:

You can see the changelog too on Updates.txt
📌 JowaV1 - 1.2.0 Edition (2025-10-08)

🖥️ Main:

• Laragon (8.2.3 → 8.3.0) changelog:
Please, Log in or Register to view URLs content!

• HeidiSQL (12.8.0.6908 → 12.12.0.7122) changelog:
Please, Log in or Register to view URLs content!
(search 12.8, and see from this version to the newest one, 12.8 was a old version, there's a lot of changes)

🖥️ PHP (php.ini)

Added:
• realpath_cache_size = 4096k # Increases the cache for file paths, reducing repeated disk access and improving Laravel/Nitro performance
• realpath_cache_ttl = 600 # Keeps paths cached for 10 minutes, avoiding frequent recalculations and speeding up script loading

🖥️ Nginx.conf

Changed:
• worker_rlimit_nofile 30000 → 65535 # Increases the maximum number of open descriptors/files per worker, allowing more simultaneous connections
• keepalive_timeout 65 65 → 30 30 # Frees up sockets faster under load, improving stability with many clients/requests
• types_hash_max_size 2048 → 4096 # Slight performance gain in parsing/response of static files; negligible extra RAM usage
• open_file_cache max=200000 inactive=30s → 120000, inactive=60s # Reduces memory footprint while keeping frequently accessed files cached longer
• open_file_cache_valid 30s → 120s # Keeps cached file info valid for longer, reducing disk checks
• error_log logs/error.log → warn # Only warnings and errors are logged, reducing disk I/O and log size

🖥️ AtomCMS.conf

Added:
• gzip_proxied any # Allows GZIP compression even when requests pass through a proxy, improving performance for proxied clients
• gzip_buffers 16 8k # Allocates buffer space for GZIP compression, improving throughput for large responses

Changed:
• error_log logs/cms_error.log → warn # Only warnings and errors are logged, reducing disk I/O and log size
• add_header AtomCMS # Changed to 'JowaV1 by joaowars776', just cosmetic, doesn't impact anything; old: 'This is a SpongeBob server'

🖥️ MariaDB (my.ini / my.cnf)

Added:
• performance_schema=OFF # Disables internal performance monitoring, saving RAM and CPU cycles

Changed:
• [mysqld]: key_buffer_size=256M → 128M # Reduces RAM usage for MyISAM tables while still sufficient for current database size
• innodb_flush_method=O_DIRECT → normal # Windows-safe I/O method, avoids slowdowns with NTFS
• max_connections=5000 → 800 # More realistic for expected concurrent users; avoids RAM exhaustion
• read_rnd_buffer_size=8M → 4M # Reduces memory per connection for random reads; sufficient for your database queries
• [myisamchk]: key_buffer_size=128M → 64M # Reduces memory usage during offline MyISAM maintenance without impacting runtime performance

🖥️ 1-CMS.bat

Removed:
• pause # Caused 'Press any key to continue...' warning to appear on CMD, which didn't affect anything, but It's fixed
 
Activity
So far there's no one here
shape1
shape2
shape3
shape4
shape7
shape8
Back
Top