Search Our Database

How to add/edit the PHP “max execution time” with “.htaccess” File through SSH

Introduction Adjusting the PHP “max execution time” ensures that long-running scripts on your website do not time out prematurely. This setting is particularly important for PHP-based websites, such as WordPress, where complex operations may take longer to execute. One straightforward way to modify this value is through your website’s .htaccess file located in the public_html

How to unban an IP Address in Fail2Ban

Introduction Fail2Ban is a lightweight intrusion prevention system designed to automatically block suspicious IP addresses that exhibit malicious behavior—such as repeated failed login attempts—by updating firewall rules like iptables or TCP wrappers. It operates within defined “jails” that monitor specific services (for example, SSH, FTP, or web applications) and enforces temporary bans every time they

FAQ: Do you provide monitoring and performance tuning?

Do you provide monitoring and performance tuning?   We do provide both monitoring and performance tuning as part of our managed private cloud services, which are available if you subscribe to our Managed Services. With Managed Services, we offer: Monitoring: We continuously monitor your server’s availability, resource usage, storage capacity, backup jobs, hardware health, and

How to launch GPU instance from snapshot

📘 Introduction This article guides you on how to launch a GPU Cloud Instance using a previously created snapshot via the IPServerOne Customer Portal. This is useful if you want to recover or replicate an environment with GPU computing capabilities, such as for machine learning, 3D rendering, or CUDA processing. ✅ Prerequisites Make sure the

How to enable or customize disabled PHP functions globally in DirectAdmin

Introduction DirectAdmin is a widely used control panel that simplifies server management tasks. Among its many features is the secure_php option within its CustomBuild system, designed to bolster security by disabling specific PHP functions frequently exploited in malicious scripts. These include functions like exec, system, shell_exec, proc_open, and others. This guide focuses on globally enabling, customizing,

FAQ: Do you provide root or full admin access to the server?

Root / Full Admin Access ✅ Yes — Full login credentials are provided for both NovaCloud and Dedicated Server subscriptions When you subscribe to NovaCloud (subscription-based) or our Dedicated Server offerings, login details—such as usernames and passwords—will be sent to your authorized email upon provisioning. This gives you full root or administrator control. 📧 How

How to allow a user in SMTP_ALLOW in csf.conf

Introduction ConfigServer Security & Firewall (CSF) includes SMTP_BLOCK to prevent users from sending emails directly via SMTP except through the local mail server. To permit a specific user to send mail even with SMTP blocking enabled, you must explicitly add the user to the SMTP_ALLOWUSER setting in the csf.conf file.   Prerequisites Root SSH access