Articles

How can I Clear all the logs? You can clear the logs by doing the following: cat /dev/null > /var/log/messages cat... How can I Import more than 2 at a time? To import more than 2 at a time you need to edit the configuration in the iworx.ini file. nano... How can I activate my license via SSH? To activate your license via SSH, please run this command: /home/interworx/bin/goiworx.pex How can I change the hostname? You need to edit the following files: /etc/sysconfig/network-scripts/ifcfg-eth0 or... How can I check the MySQL Logs? You can use the following commands: Show the last 5 lines: tail -5 /var/log/mysqld.log Show... How can I clean the repo's caches? You can clean the repo caches by using the command yum clean all. You need to use this if there... How can I customize the new accounts looks? You can edit files in /usr/local/interworx/etc/skel/ How can I debug a cron? To show all running cron jobs: ps -ef|grep cron You can check the logs: Server > logs >... How can I disable remote mysql? This is a good security tip, to disallow remote MySQL, you need to edit nano /etc/my.cnf and add... How can I enable suPHP? To enable suPHP please go to System Services > Web Server then scroll down to the PHP... How can I force SSL on my siteworx? We recommend you use FTP or SSH to edit the .htaccess file. RewriteEngine On RewriteCond... How can I migrate my emails? imapsync --host1 IP_address1 --user1 email_address1 --password1 pass1 --port1 143 --host2... How can I remove and install another repo? rpm -e XXX.rpm [Un-install the rpm] rpm -i XXX.rpm [Install the new rpm] How can I remove common Passwords? You can remove the common passwords by doing the following commands: mv... How can I see the changelog for openssl? You can use the following command: rpm -q --changelog openssl-1.0.1e | grep -B 1 CVE-20**-****... How can I set-up a DMARC Record? Go to System Services > DNS Server > Zones > Click Records next to the domain.com or... How can I set-up a SPF Record? Go to: http://www.anti-spamtools.org/ aka:... How can I set-up a SSH Key? Create the SSH Keys 1.) ssh-keygen2.) Enter passphrase (empty for no passphrase): We recommend... How can I set-up a redirect record to a IP Address? Please go to: System Services > DNS Server > Zones > Domain (eg: mydomain.com) >... How can I set-up external backups? Please follow the tutorial here:... How can I set-up the shared IP address? You can set-up the IP address by going to Server > IP Management > System IP menu >... How can I use email piping on InterWorx? You can follow our tutorial below on how to do it, we're using the Blesta location as an example:... How to increase the PHP upload limit? You need to edit the PHP.ini which is in /etc/php.ini. And update the following values:... How to set-up a welcome email with InterWorx? Please follow the thread here: http://forums.interworx.com/threads/5146-Custom-SiteWorx-Client-Mail Increase limit of blocked IPs on APF To increase the limit blocked ips APF can block, edit the conf file here: nano /etc/apf/conf.apf... Install InterWorx on Raspberry Pi You Will Need: - One (1) Raspberry Pi board - One (1) SD card, 2GB or greater - One (1) USB ↔...
« Back