Manually Installing Software
All website software is created to be manually installed. With software such as WordPress, Joomla, and Magento, the installation process is pretty standard. The first thing you need to do is download the software from your software provider. The version we recommend downloading is the latest version that is stable. The server requirements should also…
How to Reset WordPress Password
If you ever encounter an issue logging in to your WordPress dashboard due to an invalid or forgotten password, there is a neat trick to reset it from your cPanel area, specifically phpMyAdmin. So for those who have never heard of phpMyAdmin, here’s a brief description on how it works and what it’s for: In…
How to Log in to WordPress
If you’ve just setup WordPress (CMS) with one of our WordPress Hosting plans or any of our packages provided by Arynox, or it was imported manually then the login page is accessible the same way. If you are currently waiting on DNS propagation, you may need to wait or you can edit your hosts file…
How to Upload Files in WordPress
There are different ways to upload files to WordPress, depending on the type of file and where you want to upload it. Here are the steps to upload files to WordPress. In case you prefer using an FTP client for that purpose check out our step-by-step guide. These files can be used for later use….
How to Delete a WordPress site
Deleting a site will completely get rid of it and you will be unable to view the website. It is important to note that this step is irreversible and you will lose all the content on your site so make sure to back up your website’s files and database before proceeding Now proceed to delete…
How to Upgrade a WordPress version
Make sure to keep your WordPress up-to-date to ensure that your website is secure and has the latest features. It is also a good practice to test the upgrade on a non-production environment first before doing it on a live site. Follow these steps to upgrade a WordPress version If you have any issues, restore…
Installing WordPress
We’ve made it really easy for anyone who uses our services to go ahead and install WordPress. The overall procedure takes around 3-4 minutes with the installation time of 60 seconds and under once you’ve inputted all the required setup details. To get WordPress installed on Arynox’s services, please follow the steps below: Please click…
How to Edit My WordPress Website in cPanel Using WP Toolkit
WordPress Toolkit is the most popular option to manage WordPress websites, and it is embedded with an easy-to-use interface and various features. With these features, you can easily edit your website. So, today we plan to talk about how to edit WordPress using the WP toolkit. Before we dive deeper, we need to clear some…
How to add Google Analytics to your Site
Google Analytics is a free web analytics service offered by Google that allows website owners to track and analyze websites. It provides detailed information on how users interact with a website, including how they arrive at the site, what pages they visit, how long they stay on each page, and what actions they take. Steps…
Maximum Upload Filesize and how to Increase it
What Is “upload_max_filesize”? “upload_max_filesize” is a PHP configuration setting that specifies the maximum size of a file that can be uploaded to a server. This setting is used by PHP to limit the size of uploaded files to prevent the server from running out of memory or disk space. The value of the “upload_max_filesize” setting…