Discover the ultimate in hosting
performance and control
Dedicated servers offer a higher level of control, performance and stability than shared hosting or virtual servers. Temok range of private, 'bare-metal' server hardware is available with a range of Microsoft, Linux and other software installed, and caters to every type of hosting, from websites to private clouds. All with 24/7 support and a 100% uptime SLA that we've delivered more consistently than any other premium hosting provider.
Processor | Memory | Storage | Bandwidth | Location | Monthly | |
---|---|---|---|---|---|---|
Intel Xeon E3-1230v6 (4c, 8t) | 32GB DDR4 ECC | 2x 1TB SATA | Premium 100Mbps unmetered | GERMANY | $ 176/mo. | |
E-2286G (6c, 12t) | 32GB DDR4 ECC | 2x 1TB SATA | Premium 100Mbps unmetered | GERMANY | $ 155/mo. | |
Intel Xeon E5-2630 v4 (10c, 20t) | 32GB DDR4 ECC Reg. | 2x 4TB SATA | Premium 100Mbps unmetered | GERMANY | $ 205/mo. | |
Intel Xeon D 2123IT - (4c, 8t) - 2.2 GHz / 3 GHz Turbo | 32GB DDR4 ECC 2400MHz | 2x 500GB Enterprise SSD NVMe SoftRAID or 2x 4TB Enterprise Class SATA HDD Soft RAID | 1gbps unmetered | GERMANY | $ 155/mo. | |
Intel Xeon E5-2630 v4 GPU Server (GeForce GTX 1060) | 32GB DDR4 ECC Reg. | 2x 1TB SATA | Premium 100Mbps unmetered | GERMANY | $ 499/mo. | |
Intel Dual Xeon E5-2630 v4 (20c, 40t) | 64GB DDR4 ECC Reg. | 2x 1TB SATA | Premium 100Mbps unmetered | GERMANY | $ 410/mo. |
We never stop striving to deliver to our customers, and settle for nothing less than 100% satisfaction. Our team of highly-trained and experienced technicians, developers and designers understand what your business needs to succeed. We ensure that we will meet those needs and beyond.
Our support staff is always available to help - day or night. Contact us via phone or live support chat, available via your account dashboard. You can also submit a support ticket via our help area. No matter how you choose to contact us, you will always receive a rapid response and resolution from our support team!
We never stop striving to deliver to our customers, and settle for nothing less than 100% satisfaction. Our team of highly-trained and experienced technicians, developers and designers understand what your business needs to succeed. We ensure that we will meet those needs and beyond.
We understand the needs and requirements of your business, on both a technical as well as an aesthetic level. We will help you develop the presence, image and infrastructure that assures you will build a solid relationship with your customers, thus helping you establish and build your brand!
If you have a domain yourdomain.com, your server’s host would be something like server01.yourdomain.com. This what you would use for logging into your root account, while you would be able to run your website at yourdomain.com.
If you want to change Plesk mailbox directories please review this technical article for guidance.
CREATE DIRECTORIES
mkdir -p /home/var/mail
rsync -avz /var/mail /home/var/mail
Connect to the server using SSH/RDP.
Find what SMTP and IMAP/POP3 servers are in use:
# /usr/local/psa/admin/bin/mailmng --features | egrep 'SMTP_Server|IMAP_POP3_Server'
$features['SMTP_Server'] = "Postfix";
$features['IMAP_POP3_Server'] = "Dovecot"; $features['SMTP_Server_package'] = "postfix"; $features['IMAP_POP3_Server_package'] = "dovecot";
Stop the SMTP service:
# service postfix stop
Open the file /etc/psa/psa.conf and change the PLESK_MAILNAMES_D variable:
specify a new location for mailbox directory so that it is like:
# grep PLESK_MAILNAMES_D /etc/psa/psa.conf PLESK_MAILNAMES_D <new_mailnames_directory>
Note: To avoid performance degradation, the new location for the mailboxes directory should be located in the local file system - it should not be mounted as a network share, such as NFS.
Move mailboxes from the current directory to the new location with the
command:
# cp -ap /var/qmail/mailnames/* <new-mailnames-directory> If dovecot is in use, set the new location in the file /etc/dovecot/dovecot.conf by modifying values in the lines below:
# egrep 'mail_home|mail_location' /etc/dovecot/dovecot.conf mail_home = <new_mailnames_directory>/%Ld/%Ln mail_location = maildir:<new_mailnames_directory>/%Ld/%Ln/Maildir
Restart the dovecot service:
# service dovecot restart
After all the steps are done, start SMTP service and reconfigure mail settings using the mchk utility:
# service postfix start
# plesk repair mail
Before creating new mailboxes on new domains configure SELinux in the following way:
following is not required for selinux disabled server.
# chcon -R -t mail_spool_t <new_mailnames_directory>
reference: https://support.plesk.com/hc/en-us/articles/213374889-How-to-change-the-default-location-of-mailboxes-in-Plesk-for-Linux-
IF you want to change virtual hosts location in plesk for linux. Please check below article for assistance.
CHANGING PLESK VHOSTS DIRECTORY FROM /var/www TO /home/var/www
CREATE DIRECTORIES
mkdir -p /home/var/www
rsync -avz /var/www /home/var/www
/usr/local/psa/bin/transvhosts.pl --dest-dir /home/var/www --correct-scripts
Unlike normal hosting plans, which put many customers' accounts on a single server, a Dedicated Server is reserved exclusively for the account and usage of a single customer. This means that the Dedicated Server customer has exclusive rights to their server's bandwidth, memory, and storage space, and performance is not affected by traffic and the usage patterns of other customers.
When you purchase a Dedicated Server, you are actually leasing a server box that is configured and set up according to your preferences, but remains at our data center. A Dedicated Server account provides you with a dedicated IP address and full control of server usage and software installation, with admin (root) access to the server.
You can use a Dedicated Server for a wide variety of purposes, including gaming servers, database management, and traffic-intensive websites. Dedicated Servers are particularly useful for companies and individuals who run high-traffic websites or applications and who need the bandwidth, versatility, and consistent performance of a dedicated box.
A dedicated hosting service, dedicated server, or is a type of internet hosting in which the client leases an entire server not shared with anyone else. This is more flexible than shared hosting, as organizations have full control over the server(s), including choice of operating system and hardware, etc.