Server
Can I see server logs?
Yes, you can see all the logs in Ploi. Everything you do with Ploi, will be...
Server
How can I use SFTP?
By default, no FTP server is installed. But you can use SFTP which comes st...
Server
How do I update/upgrade packages on my server?
Note: In order to use the commands written down here you will need to login...
Server
How do I group servers?
It is possible to create Projects in Ploi and assign servers to those proje...
Server
How do I enable fail2ban on my server?
The fail2ban software is installed by default on your server when provision...
Server
Where do I find my logs from queue's & cronjobs?
All the output that comes from daemons, queue's and logs are outputted to t...
Server
How do I migrate from Runcloud?
We currently do not provide a script/system that allows you to migrate from...
Server
How do I migrate from Serverpilot?
We currently do not provide a script/system that allows you to migrate from...
Server
How do I hide server version for more security in NGINX?
For security reasons you might want to hide your server version (For exampl...
Server
How do I delete my server?
You can delete your server by visiting the 'Settings' tab inside your serve...
Server
How do I setup HSTS in NGINX?
HTTP Strict Transport Security is meant to protect your website against pro...
Server
Change swap size in Ubuntu
In a nutshell swap is a piece of storage (used from your harddisk) whi...
Server
Disable IPv6 in Ubuntu 18.04
Sometimes you will want to disable IPv6, in this article we will describe h...
Server
NGINX 413 request entity too large error
Whenever you receive a "413 - Request entity too large" error this usually...
Server
How do I migrate from Laravel Forge?
Update 2021: Felix Schmid has created an excellent tool to do a migration f...
Server
How do I install PHPRedis on my server?
Note: newly installed servers already come with this installed, so you do n...
Server
How do I install PM2 on a Ubuntu server?
PM2 is a process management system to keep certain processes a live. This c...
Server
How to upgrade NGINX to the latest stable version
In this tutorial we will explain how to upgrade your NGINX version to the l...
Server
How do I run a daemon with my script?
In order for you to run a script as daemon you can easily create a bash fil...
Server
How do I install a FTP server on Ubuntu?
While we do recommend to use SFTP instead of FTP, there might be use-cases...