https://serverpilot.io/docs/guides/apps/wordpress/wp-cli/
Learn how to use the "wp" command to manage WordPress through SSH.
managewordpressusingwpcli
https://serverpilot.io/docs/guides/php/extensions/redis/
Learn how to configure your server to enable the Redis extension in multiple versions of PHP.
installphpredisextensionserverpilot
https://serverpilot.io/docs/logs/php/access/
Learn how to read and analyze your site's PHP access logs. View log entries and request counts by response status, IP address, and more.
php appaccess logsserverpilotdocumentation
https://serverpilot.io/docs/logs/nginx/error/
Learn how to read your site's Nginx error that contains details of errors that happened while Nginx was serving requests.
nginxapperrorlogsserverpilot
https://serverpilot.io/docs/guides/mysql/config/max-connections/
Learn about MySQL's connection limit and how to configure the "max_connections" setting in MySQL.
increasemysqlmaxconnectionsserverpilot
https://serverpilot.io/docs/ubuntu/upgrade/2004-to-2204/
A step-by-step guide to upgrading a server from Ubuntu 20.04 ("Focal Fossa") to Ubuntu 22.04 ("Jammy Jellyfish").
upgrade ubuntuserverpilotdocumentation
https://serverpilot.io/docs/
Explore our guides for using ServerPilot to host websites on cloud servers.
serverpilotdocumentation
https://serverpilot.io/docs/guides/php/extensions/imap/
Learn how to configure your server to enable the IMAP extension in multiple versions of PHP.
installphpimapextensionserverpilot
https://serverpilot.io/docs/logs/ssh/
Learn how to read and analyze the auth.log file that contains information about every successful and failed SSH login attempt.
activity logssshserverpilotdocumentation
https://serverpilot.io/docs/guides/caching/php-opcache/
Learn how the PHP opcache works to speed up your sites.
phpserverpilotdocumentation
https://serverpilot.io/docs/ubuntu/upgrade/1204-to-1404/
A step-by-step guide to upgrading a server from Ubuntu 12.04 ("Precise Pangolin") to Ubuntu 14.04 ("Trusty Tahr").
upgrade ubuntuserverpilotdocumentation
https://serverpilot.io/docs/guides/apache/htaccess/
A guide to using .htaccess files to change Apache settings and behavior for your site.
usehtaccessfilesconfigureapache
https://serverpilot.io/docs/guides/php/content-length-headers/
Set Content-Length response headers from PHP scripts by using output buffering and configure Apache and Nginx to keep the Content-Length header set by PHP.
sendcontentlengthheaderphp
https://serverpilot.io/docs/get-started/connect-server/
Learn how to connect a cloud server to ServerPilot. Once connected, your server will be ready for hosting websites.
connectserverdocumentation
https://serverpilot.io/docs/ubuntu/upgrade/1604-to-1804/
A step-by-step guide to upgrading a server from Ubuntu 16.04 ("Xenial Xerus") to Ubuntu 18.04 ("Bionic Beaver").
upgrade ubuntuserverpilotdocumentation
https://serverpilot.io/docs/guides/php/extensions/gnupg/
Learn how to configure your server to enable the GnuPG extension in multiple versions of PHP.
installphpgnupgextensionserverpilot
https://serverpilot.io/docs/logs/
Learn about the log files available for your servers and sites and how to view and search logs.
applogsserverdocumentation
https://serverpilot.io/docs/guides/mysql/config/max-allowed-packet/
Learn about MySQL's maximum packet size and how to configure the "max_allowed_packet" setting in MySQL.
increasemysqlmaxallowedpacket
https://serverpilot.io/docs/ubuntu/upgrade/2204-to-2404/
A step-by-step guide to upgrading a server from Ubuntu 22.04 ("Jammy Jellyfish") to Ubuntu 24.04 ("Noble Numbat").
upgrade ubuntuserverpilotdocumentation
https://serverpilot.io/docs/guides/php/extensions/xdebug/
Learn how to configure your server to enable the Xdebug extension in multiple versions of PHP.
installphpxdebugextensionserverpilot
https://serverpilot.io/docs/ubuntu/upgrade/1804-to-2004/
A step-by-step guide to upgrading a server from Ubuntu 18.04 ("Bionic Beaver") to Ubuntu 20.04 ("Focal Fossa").
upgrade ubuntuserverpilotdocumentation
https://serverpilot.io/docs/guides/php/user-ini/
Learn how to PHP's equivalent of Apache's .htaccess file to change the PHP configuration.
useinifilesconfigurephp
https://serverpilot.io/docs/guides/php/extensions/grpc/
Learn how to configure your server to enable the gRPC extension in multiple versions of PHP.
installphpgrpcextensionserverpilot
https://serverpilot.io/docs/guides/security/pci-compliance/
Learn how to maintain PCI compliance when hosting on cloud servers and how to deal with false positives from PCI scans.
pci complianceguideserverpilotdocumentation
https://serverpilot.io/docs/guides/mysql/config/open-table-cache/
Learn how MySQL caches opened tables and how to change the "table_open_cache" setting.
increasemysqlopentablecache
https://serverpilot.io/docs/guides/troubleshooting/apache-reached-maxrequestworkers/
Learn what causes the "server reached MaxRequestWorkers" in the Apache web server and how to fix it.
fixserverreachedapacheerror
https://serverpilot.io/docs/guides/troubleshooting/mixed-content-warnings/
Learn how to fix "mixed content" warnings in browsers that cause scripts, images, and stylesheets to not work.
resolvemixedcontentwarningsserverpilot
https://serverpilot.io/docs/guides/apps/http3/
Learn how test to see if HTTP3 is working for your website using your browser or the command line.
verifyhttpworkingdomainserverpilot
https://serverpilot.io/docs/guides/ssh/nano/
Learn how to edit text files over SSH using the nano command-line text editor.
usenanoeditfilesserverpilot
https://serverpilot.io/docs/servers/packages/
Learn about which package repositories your server uses and how to avoid package conflicts when adding third-party repositories.
ubuntu documentationpackagesserverpilot
https://serverpilot.io/docs/guides/php/extensions/
Learn how to install third-party PHP extensions, including open-source PECL extensions and popular commercial extensions.
third partyinstallphpextensionsserverpilot
https://serverpilot.io/docs/monitoring/metrics/aggregation/
Learn how the algorithm used to aggregate raw data impacts the meaning of charts used for monitoring servers and apps.
readunderstandmetricschartsserverpilot
https://serverpilot.io/docs/guides/ssl/generate-key-and-csr/
Learn how to generate an SSL key and CSR to get an SSL certificate for your website.
generatesslkeycsrserverpilot
https://serverpilot.io/docs/api/
Learn how to use the ServerPilot API to automate the creation and management of servers and apps.
api documentationserverpilot
https://serverpilot.io/docs/guides/email/mail-queue/
Learn how to view pending and failed email deliveries from your cloud server.
viewmanageoutboundmailqueue
https://serverpilot.io/docs/guides/third-party/cloudflare/
Learn about Cloudflare and how ServerPilot configures your cloud server to be ready for Cloudflare.
usecloudflareserverpilotdocumentation
https://serverpilot.io/docs/guides/troubleshooting/server-not-connected/
Learn what it means and how to fix it when your server's status in ServerPilot is "not connected".
serverconnecteddocumentation
https://serverpilot.io/docs/monitoring/dashboards/
Use monitoring dashboards to see the health and performance of your cloud servers and websites.
viewdashboardsserverappmetrics
https://serverpilot.io/docs/guides/ssl/
Learn about the purpose of SSL and TLS certificates and why we need Certificate Authorities.
sslworksserverpilotdocumentation
https://serverpilot.io/docs/servers/packages/nginx/
Learn which Nginx version is installed on your server and whether your server still receives Nginx updates.
nginxversionsserverpilotdocumentation
https://serverpilot.io/docs/guides/ssh/public-key-auth/
Learn how to log into your server using SSH keys instead of an SSH password.
sshauthenticationusingpublickeys
https://serverpilot.io/docs/logs/php/slow/
Learn how to read your site's PHP slow request log to identify code that is making your site slow.
php appslowrequestlogsserverpilot
https://serverpilot.io/docs/get-started/
Learn how ServerPilot works and how ServerPilot empowers your developers and protects your business.
serverpilotdocumentation
https://serverpilot.io/docs/guides/sftp/cyberduck/
Learn how to install and use Cyberduck for SFTP access to your sites hosted on cloud servers.
usecyberducksftpclientserverpilot
https://serverpilot.io/docs/guides/php/extensions/yaml/
Learn how to configure your server to enable the YAML extension in multiple versions of PHP.
installphpyamlextensionserverpilot
https://serverpilot.io/docs/guides/php/extensions/amqp/
Learn how to configure your server to enable the AMQP extension in multiple versions of PHP.
installphpamqpextensionserverpilot