Welcome to the first public release of PortLocal — a fully portable local server environment designed to get you up and running instantly.
No installation. No system changes. Just download, extract and start developing.
-
📦 Zero Installation — extract & run
-
⚡ Instant Setup — ready in seconds
-
🌐 Full Web Stack Included:
- Apache
- PHP
- MariaDB
- phpMyAdmin
-
🔄 Dynamic Port Detection — no hardcoded ports
-
🖥️ Simple Dashboard — start/stop services easily
-
💼 Portable — run from any folder or USB
- Windows (ZIP)
- Ubuntu / Fedora (AppImage inside ZIP)
Download the ZIP and extract it anywhere.
Windows
PortLocal.exe
Linux (Ubuntu/Fedora)
chmod +x PortLocal.AppImage
./PortLocal.AppImage
Open the dashboard and click Start.
Place your files in the www/ directory:
http://localhost:PORT
Port updates automatically based on your configuration.
Open phpMyAdmin from the dashboard:
- Username: root
- Password: (empty)
Edit config files if needed:
/config/httpd.conf
/config/my.cnf
Restart services after changes.
PortLocal removes the complexity of setting up local environments like XAMPP.
No installs. No conflicts. No wasted time.
Just a clean, portable development environment that works anywhere.
👉 https://portlocal.ivonu.com/docs
- First stable release (v1.0.0)
- Minor updates and fixes will follow
- Change default DB password for better security
Have suggestions or found a bug?