Free License are license(s) issued for free. The features of a Free are as following: One License per server Free Softaculous Upgrades Free Scripts Upgrades Support related to Softaculous via the Support Forums 59 scripts are included No renewal is required. It can be upgraded to Premium License anytime Login to your server and follow…
DirectAdmin default domain path directory
Following is the default path for DirectAdmin domain. /home/(user)/domains/(domain)/public_html/ Note: Replace (user) with DirectAdmin username and (domain) with the domain name. For example, /home/admin/domains/myblog.com/public_html/ Here, user = admin, domain = myblog.com
Letting Users select between multiple different php versions
You must be using the latest version of CustomBuild 2.0. The first php version will be the default, and will run all webapps. Everything else is optional. Users can select between versions on their “Domain Setup” page in DirectAdmin. Sample install of multiple php versions:
1 2 3 4 5 6 7 8 9 10 11 12 |
cd /usr/local/directadmin/custombuild ./build update ./build set php1_release 7.1 ./build set php2_release 5.6 ./build set php3_release 7.0 ./build set php4_release 7.3 ./build set php1_mode php-fpm ./build set php2_mode php-fpm ./build set php3_mode php-fpm ./build set php4_mode php-fpm ./build php n ./build rewrite_confs |
How to install and enable SpamAssassin to VPS ?
To enable SpamAssassin on VPS, we need to install it first. Before installing SpamAssassin, ensure have the perl/cpan requirements. Install the following required modules
1 2 3 |
cpan -i Archive::Tar Digest::SHA Net::DNS Net::DNS::Resolver::Programmable Mail::SPF Geo::IP Net::CIDR::Lite IO::Socket::IP \ IP::Country Net::Ident Net::Patricia IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ExtUtils::MakeMaker \ NetAddr::IP Mail::SpamAssassin::Plugin::Razor2 Razor2::Client::Agent IO::Socket::SSL DBI Sys::Syslog DBD::File |
Use CustomBuild to install SpamAssassin:
1 2 3 |
cd /usr/local/directadmin/custombuild ./build set spamd spamassassin ./build spamassassin |
Once setup, and exim is restarted, spamd should be running, confirm with:
1 |
ps ax |grep spamd |
SpamAssassin is setup and running! https://help.directadmin.com/item.php?id=36
How to increase Maximum File Upload Limit in DirectAdmin?
Default file upload limit is 10 MB in DirectAdmin. It can be easily increased as required as follows: Go to “Server Manager” Click on “Server Settings” tab Enter your desired limit in “Max Request / Upload Size” Save it.
DirectAdmin Server Management
Account Manager Server Manager Admin Tools System Info & Files Extra Features Support & Help
How to connect VPS using PuTTY
Follow this steps: Download PuTTY and install it. PuTTY download page. If you want to use PuTTY in windows, download “Windows Installer” Open PuTTY In PuTTY session enter your Host Name or IP address with port 22 Confirm connection type SSH You may save your settings in”Saved Session” with unique name (for example myVPS) Then…
How to publish journal issue with articles with/without abstract?
Publishing a journal issue with or without abstract of articles. Create future issue Create Journal Sections For non-abstract articles Put Section title, Abbreviation Review Form: None Indexing: Do not require abstracts For articles with abstract Put Section title, Abbreviation Review Form: None (or as required) Restrictions: Items can only be submitted by Editors and Section…
DirectAdmin installation requirements
Operating system Supported operating systems of DirectAdmin are as follows: CloudLinux 6.x 32/64-bit, 7.x 64-bit (recommended) RedHat Enterprise / CentOS 6.x 32/64-bit, 7.x 64-bit, 8.x 64-bit Debian 8.x 64-bit, , 9.x 64-bit, 10.x 64-bit (click for Ubuntu) FreeBSD 11.x 64-bit, 12.x 64-bit Hardware Processor: At least 500 Mhz (recommended) RAM: Minimum 1 GB (2+ GB…
How to install and setup DirectAdmin on CentOS 8 VPS.
DirectAdmin is one of the best alternatives of cPanel control panel due to its user friendly interface. This article will show you how to install DirectAdmin on CentOS VPS. Please check DirectAdmin installation requirements first. Easy steps of DirectAdmin (DA) installation for success are as follows: Make sure your domain is running with the IP…
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 12
- Next Page »