<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Core_i9-13900_Server_%2864GB%29</id>
	<title>Core i9-13900 Server (64GB) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://serverrental.store/index.php?action=history&amp;feed=atom&amp;title=Core_i9-13900_Server_%2864GB%29"/>
	<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;action=history"/>
	<updated>2026-04-14T19:53:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=5685&amp;oldid=prev</id>
		<title>Admin: New server config article</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=5685&amp;oldid=prev"/>
		<updated>2026-04-12T15:34:13Z</updated>

		<summary type="html">&lt;p&gt;New server config article&lt;/p&gt;
&lt;a href=&quot;https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;amp;diff=5685&amp;amp;oldid=5542&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=5542&amp;oldid=prev</id>
		<title>Maintenance script: Growth engine: refreshed winner</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=5542&amp;oldid=prev"/>
		<updated>2026-04-11T16:02:05Z</updated>

		<summary type="html">&lt;p&gt;Growth engine: refreshed winner&lt;/p&gt;
&lt;a href=&quot;https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;amp;diff=5542&amp;amp;oldid=1468&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
	<entry>
		<id>https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=1468&amp;oldid=prev</id>
		<title>Admin: Automated server configuration article</title>
		<link rel="alternate" type="text/html" href="https://serverrental.store/index.php?title=Core_i9-13900_Server_(64GB)&amp;diff=1468&amp;oldid=prev"/>
		<updated>2025-04-15T10:04:18Z</updated>

		<summary type="html">&lt;p&gt;Automated server configuration article&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Core i9-13900 Server (64GB) - Technical Overview ===&lt;br /&gt;
&lt;br /&gt;
This article details the configuration and considerations for running a MediaWiki installation on a server equipped with an Intel Core i9-13900 processor and 64GB of RAM. This setup is suitable for medium to large wikis with moderate to high traffic. This guide assumes a base [[Linux]] operating system, such as [[Ubuntu Server]] or [[CentOS]].&lt;br /&gt;
&lt;br /&gt;
=== Hardware Specifications ===&lt;br /&gt;
&lt;br /&gt;
The following table outlines the key hardware components:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Component&lt;br /&gt;
! Specification&lt;br /&gt;
|-&lt;br /&gt;
| Processor&lt;br /&gt;
| Intel Core i9-13900 (24 Cores, 32 Threads)&lt;br /&gt;
|-&lt;br /&gt;
| RAM&lt;br /&gt;
| 64GB DDR5 ECC Registered&lt;br /&gt;
|-&lt;br /&gt;
| Storage&lt;br /&gt;
| 1TB NVMe PCIe Gen4 SSD (for OS &amp;amp; MediaWiki)&lt;br /&gt;
|-&lt;br /&gt;
| Network&lt;br /&gt;
| 10 Gigabit Ethernet&lt;br /&gt;
|-&lt;br /&gt;
| Motherboard&lt;br /&gt;
| Server-Grade Motherboard (supporting DDR5 and PCIe Gen4)&lt;br /&gt;
|-&lt;br /&gt;
| Power Supply&lt;br /&gt;
| 850W 80+ Gold Certified&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This configuration provides ample processing power and memory for handling a substantial wiki workload. The NVMe SSD ensures fast read/write speeds, crucial for database operations and page rendering.&lt;br /&gt;
&lt;br /&gt;
=== Software Stack ===&lt;br /&gt;
&lt;br /&gt;
The recommended software stack for this server includes:&lt;br /&gt;
&lt;br /&gt;
*   Operating System: [[Ubuntu Server]] 22.04 LTS or [[CentOS]] Stream 9&lt;br /&gt;
*   Web Server: [[Apache]] 2.4 or [[Nginx]] 1.22&lt;br /&gt;
*   Database: [[MariaDB]] 10.6 or [[MySQL]] 8.0 (MariaDB is generally preferred for performance and open-source compatibility)&lt;br /&gt;
*   PHP: PHP 8.2 with necessary extensions (see below)&lt;br /&gt;
*   MediaWiki: MediaWiki 1.40&lt;br /&gt;
&lt;br /&gt;
=== PHP Configuration ===&lt;br /&gt;
&lt;br /&gt;
Proper PHP configuration is critical for MediaWiki performance.  Important extensions to enable include:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! PHP Extension&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| intl&lt;br /&gt;
| Internationalization support. Required for multi-language wikis.&lt;br /&gt;
|-&lt;br /&gt;
| gd&lt;br /&gt;
| Image manipulation library.  Needed for thumbnail generation and image handling.&lt;br /&gt;
|-&lt;br /&gt;
| mbstring&lt;br /&gt;
| Multibyte string support.  Essential for handling different character encodings.&lt;br /&gt;
|-&lt;br /&gt;
| pdo_mysql&lt;br /&gt;
| PHP Data Objects driver for MySQL/MariaDB.&lt;br /&gt;
|-&lt;br /&gt;
| xml&lt;br /&gt;
| XML processing support.&lt;br /&gt;
|-&lt;br /&gt;
| zip&lt;br /&gt;
| ZIP archive support.&lt;br /&gt;
|-&lt;br /&gt;
| curl&lt;br /&gt;
| Client URL Library for making HTTP requests.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Adjust the `php.ini` file to optimize performance. Key settings to consider are:&lt;br /&gt;
&lt;br /&gt;
*   `memory_limit`: Set to at least 256MB, ideally 512MB or higher.&lt;br /&gt;
*   `max_execution_time`: Increase if you experience timeouts during complex operations.&lt;br /&gt;
*   `upload_max_filesize` &amp;amp; `post_max_size`: Configure based on your expected file upload limits.&lt;br /&gt;
*   `opcache.enable`:  Enable PHP OPcache for improved performance.&lt;br /&gt;
&lt;br /&gt;
Refer to the [[PHP documentation]] for details on each setting.  Always restart your web server after modifying `php.ini`.&lt;br /&gt;
&lt;br /&gt;
=== Database Configuration ===&lt;br /&gt;
&lt;br /&gt;
A well-configured database is paramount for MediaWiki's performance.  Consider these recommendations:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Setting&lt;br /&gt;
! Recommendation&lt;br /&gt;
|-&lt;br /&gt;
| Character Set&lt;br /&gt;
| `utf8mb4` (for full Unicode support)&lt;br /&gt;
|-&lt;br /&gt;
| Collation&lt;br /&gt;
| `utf8mb4_unicode_ci` (case-insensitive Unicode collation)&lt;br /&gt;
|-&lt;br /&gt;
| `innodb_buffer_pool_size`&lt;br /&gt;
| Set to 50-80% of available RAM (e.g. 32GB-51.2GB with 64GB RAM)&lt;br /&gt;
|-&lt;br /&gt;
| `innodb_log_file_size`&lt;br /&gt;
| Increase to 256MB or 512MB for improved write performance.&lt;br /&gt;
|-&lt;br /&gt;
| `query_cache_size`&lt;br /&gt;
| Consider enabling and tuning the query cache, but monitor its effectiveness.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Regularly back up your database using tools like `mysqldump` or `mariadb-dump`.  [[Database backups]] are essential for disaster recovery.  Ensure your database server is secured with a strong password and appropriate firewall rules. See [[MediaWiki database setup]] for further information.&lt;br /&gt;
&lt;br /&gt;
=== Security Considerations ===&lt;br /&gt;
&lt;br /&gt;
*   **Firewall:** Configure a firewall (e.g., `ufw` on Ubuntu, `firewalld` on CentOS) to restrict access to only necessary ports (80, 443, 22).&lt;br /&gt;
*   **HTTPS:** Enable HTTPS using [[Let's Encrypt]] or a commercial SSL certificate.&lt;br /&gt;
*   **Regular Updates:** Keep your operating system, web server, database, PHP, and MediaWiki software up to date with the latest security patches.&lt;br /&gt;
*   **User Permissions:** Follow the principle of least privilege when configuring user accounts.&lt;br /&gt;
*   **MediaWiki Security Extensions:** Explore security extensions available for MediaWiki, such as [[SpamBlacklist]] and [[ConfirmEdit]].&lt;br /&gt;
&lt;br /&gt;
=== Monitoring and Maintenance ===&lt;br /&gt;
&lt;br /&gt;
Regularly monitor server resource usage (CPU, memory, disk I/O, network traffic) using tools like `top`, `htop`, `iotop`, and `iftop`.  Monitor MediaWiki's performance using the [[Special:Statistics]] page and server logs. Regularly run database maintenance tasks, such as optimizing tables and purging the query cache.  Consider implementing a monitoring solution like [[Nagios]] or [[Zabbix]] for automated alerts.&lt;br /&gt;
&lt;br /&gt;
[[Category:Intel Servers]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Intel-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-6700K/7700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2 x 512 GB&lt;br /&gt;
| CPU Benchmark: 8046&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i7-8700 Server]]&lt;br /&gt;
| 64 GB DDR4, NVMe SSD 2x1 TB&lt;br /&gt;
| CPU Benchmark: 13124&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-9900K Server]]&lt;br /&gt;
| 128 GB DDR4, NVMe SSD 2 x 1 TB&lt;br /&gt;
| CPU Benchmark: 49969&lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i9-13900 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (64GB)]]&lt;br /&gt;
| 64 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Server (128GB)]]&lt;br /&gt;
| 128 GB RAM, 2x500 GB NVMe SSD&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[Core i5-13500 Workstation]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2 NVMe SSD, NVIDIA RTX 4000&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== AMD-Based Server Configurations ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Configuration&lt;br /&gt;
! Specifications&lt;br /&gt;
! Benchmark&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 5 3600 Server]]&lt;br /&gt;
| 64 GB RAM, 2x480 GB NVMe&lt;br /&gt;
| CPU Benchmark: 17849&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 7 7700 Server]]&lt;br /&gt;
| 64 GB DDR5 RAM, 2x1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 35224&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 5950X Server]]&lt;br /&gt;
| 128 GB RAM, 2x4 TB NVMe&lt;br /&gt;
| CPU Benchmark: 46045&lt;br /&gt;
|-&lt;br /&gt;
| [[Ryzen 9 7950X Server]]&lt;br /&gt;
| 128 GB DDR5 ECC, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 63561&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/1TB)]]&lt;br /&gt;
| 128 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/2TB)]]&lt;br /&gt;
| 128 GB RAM, 2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (128GB/4TB)]]&lt;br /&gt;
| 128 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/1TB)]]&lt;br /&gt;
| 256 GB RAM, 1 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 7502P Server (256GB/4TB)]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| CPU Benchmark: 48021&lt;br /&gt;
|-&lt;br /&gt;
| [[EPYC 9454P Server]]&lt;br /&gt;
| 256 GB RAM, 2x2 TB NVMe&lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Order Your Dedicated Server ==&lt;br /&gt;
[https://powervps.net/?from=32 Configure and order] your ideal server configuration&lt;br /&gt;
&lt;br /&gt;
=== Need Assistance? ===&lt;br /&gt;
* Telegram: [https://t.me/powervps @powervps Servers at a discounted price]&lt;br /&gt;
&lt;br /&gt;
⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>