What's new
Panelica Community Forum

Welcome to the official Panelica Community Forum — the central hub for server administrators, developers, and hosting professionals. Register a free account today to access technical discussions, product announcements, feature requests, and direct support from the Panelica team. Be part of the growing community shaping the future of server management.

Search results

  1. admin

    Docker on a hosting server: what actually changes for your websites

    People arrive at container hosting expecting it to replace how their websites run. It usually does not, and understanding why saves a lot of wasted effort. Your PHP sites keep running the way they always did — under their own Linux user, in their own PHP-FPM pool, behind the web server. Docker...
  2. admin

    Solved Güncelleme sonrası , güncellemeler listesi güncellenmiyor

    The server side was already handling this correctly — an interrupted job is closed on the next backend start — but the panel was not, so the banner had no way to end. Two paths in the polling loop had no stopping condition: If the status response contained no job record, the loop returned...
  3. admin

    Solved Not pulling all usable IP address from the Server

    Thank you for coming back with what you found — that is useful for anyone else running Synergy. Your conclusion matches how detection works: the panel enumerates the addresses that the operating system reports as configured on the network interfaces. Addresses that are routed to the server but...
  4. admin

    Solved Deploy çıktısı uzun ise sayfa kitleniyor, beklediğimde yanıt veriyor

    Confirmed. The cause is the size of the log rather than the deployment itself. A deployment logs every file it transfers, so on a large repository the output reaches several megabytes. The viewer placed all of it on the page in one piece, and the browser then had to lay out every line even...
  5. admin

    Solved Pipeline adımlarının sürekle bırak ile yeniden sıralanabilmesi

    You are right, and the screenshot makes the problem clear: the step that makes the script executable has to run before the step that executes it, and there was no way to move it. Steps run in the order they are listed, and the order could only be changed by deleting the steps and adding them...
  6. admin

    Solved Dosya Yöneticisi->Sağ Tık-> Dosya Yükle menüsü çalışmıyor

    Confirmed, and fixed. Upload File in the right-click menu was wired to a hidden file input that was never actually placed on the page, so the click had nothing to open. The keyboard shortcut (Ctrl+U) used a different path, which is why that one worked. The menu entry now opens the same upload...
  7. admin

    Solved Vue-router nginx veya apache ayarları

    What you ran into was not a formatting rule of ours — it was nginx rejecting the file. An nginx server block accepts exactly one location /. The generated vhost always wrote its own, and your custom file was included in the same block, so adding location / produced a duplicate and nginx refused...
  8. admin

    Git Deploy — Repository Management and CI/CD

    Deployments mirror the repository into the target directory, which means anything the repository does not contain is removed from it — including files your application creates at runtime. Until now there was no way to protect them. This is addressed in the current release. Repository settings...
  9. admin

    Solved Otomatik düzeltme

    Hello, Thank you for your report. Our forum does not have any AI feature that automatically rewrites or modifies users' messages. Under normal circumstances, the behavior you described should not occur. If this happens again, could you please share a screen recording or screenshot? Also, let...
  10. admin

    Beta Changelog

    We are considering this suggestion. However, our current priority is to resolve the more significant issues first and ensure the platform is as stable as possible. The Update Center is also being extensively improved. Many of the features and sections you see today will be redesigned and...
  11. admin

    Solved Güncelleme sonrası , güncellemeler listesi güncellenmiyor

    We are actively working on this. Your feedback has been logged in our improvement tracker.
  12. admin

    Solved Not pulling all usable IP address from the Server

    Thank you for the additional feedback. We will be releasing another update very soon that will make IP management and detection much more seamless. Our goal is to automatically detect and synchronize all usable IP addresses on the server, making them much easier to manage throughout Panelica...
  13. admin

    Solved Bug Report: SSL Cert

    Thank you for the detailed report. After investigating this internally, we confirmed there was indeed an issue in the domain creation workflow that could prevent Let's Encrypt from being requested automatically in certain scenarios. As a result, some newly created domains could end up with a...
  14. admin

    Solved Not pulling all usable IP address from the Server

    Thank you very much for your feedback. We have actually already started working on a broader improvement in this area. The panel should automatically detect and manage all usable IP addresses available on the server through our kernel-level services. We've received similar feedback from a few...
  15. admin

    Panelica Visual Docker Flow: manage containers, networks, volumes & domains on one canvas

    Panelica Visual Docker Flow: manage containers, networks, volumes & domains on one canvas Docker isn't hard because containers are hard. It's hard because a running stack lives in a dozen places at once — docker ps here, a compose file there, a network you defined last month, a volume you're...
  16. admin

    One-Click "Update All" — Coming in the Next Update (Beta Testers Welcome!)

    Update everything with a single click You no longer have to apply panel and service updates one by one. The new "Update All" button applies every pending update — PHP versions, Nginx, panel core, Composer, and more — in one click, in a safe, predetermined order. Built enterprise-safe Each...
  17. admin

    Panelica is now live on AWS Marketplace

    Panelica is now live on AWS Marketplace Today marks a milestone for the project: Panelica is officially listed on AWS Marketplace. If you have an AWS account, you can now search for "Panelica Hosting Panel" in the AWS Marketplace console, launch an instance, and have a complete hosting panel...
  18. admin

    Rescue Mode: The Recovery Server That Stays Up When Your Panel Doesn't

    Rescue Mode: The Recovery Server That Stays Up When Your Panel Doesn't Rescue Mode (Panelica Recovery) is an independent recovery server that keeps running on port 8444 even if the main panel, its database, or nginx goes down. What it is It runs as a separate process from the main panel, so a...
  19. admin

    Panelica Control: Manage Your Servers From the Browser (Chrome/Edge Extension)

    Panelica Control: Manage Your Servers From the Browser (Chrome/Edge Extension) Panelica Control is a Manifest V3 side-panel browser extension for Chrome and Edge that lets you manage your Panelica-powered servers directly from the browser, without opening a new tab and logging into the full...
  20. admin

    Granular Backup Restore: Restore a Single File, Database, or Mailbox — Not the Whole Account

    Granular Backup Restore: Restore a Single File, Database, or Mailbox — Not the Whole Account Panelica's backup restore is now granular: you can restore a single file, folder, database, or mailbox from a backup, instead of restoring the entire account. What it is Traditional panel backup...
Back
Top