Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Install Memcached—a memory caching system—on an Ubuntu VPS—run
apt install memcached
start with
systemctl start memcached
Edit /etc/memcached conf:
-l 127.0.0.1
restart:
systemctl restart memcached
Open port with
ufw allow 11211
On Vultr test with
memcstat --servers=127.0.0.1
—expect stats Boosts phpMyAdmin—ensures uptime with
systemctl status memcached
speeds VPS hosting

Back to All Tips