System Requirements
Server is supported on desktop computers, stand-alone servers, and virtual machine environments with the following minimum requirements.
Hardware
Minimum Requirements Per Server Node | Recommendations for Production Environments Per Server Node (Multi-Node Environment)* | |
---|---|---|
CPU | Intel or AMD x86-64 (64-bit) | Intel Xeon E, Xeon W, AMD EPYC 7xx2, AMD Threadripper, or better |
Number of CPU Cores** | 4 physical cores per node Example Environment:
| 8+ physical cores (16+ logical cores) per node We recommend 2 logical cores to 1 physical core for best performance***. Example Environment:
|
System Memory | 32 GB | 64 GB Recommended for 8 physical cores. We recommend a minimum of 8GB per physical core when the the Worker component is enabled. |
Recommended Minimum Disk Size | 500 GB | 1+ TB SSD |
*Enterprise Production Deployments vary per use case. For assistance assessing hardware sizing needs, talk to your Alteryx representative. Learn more in this whitepaper and our Configuration Page.
**This table assumes 1 physical core to be equal to 2 logical cores. For more information, please see our licensing definitions page.
***Intel hyperthreading, AMD SMT, 2:1 ratio of vCPU to physical core.
We’ve separated our recommendations into 2 different categories: Minimum Hardware Requirements and Recommended Hardware for Optimal Performance.
Minimum Hardware Requirements
Server minimum hardware requirements are defined as the minimum hardware needed to run a stable installation of Alteryx Server. If you don't meet minimum requirements, it puts you at risk of having poor performance and/or having the service shut itself down on any node where the engine runs.
The following minimum hardware requirements are recommended for desired number of concurrent workflows:
Desired # Concurrent Workflows | Minimum System Requirements | |
---|---|---|
Memory (GB RAM) | Physical Cores | |
2 | 32 | 4 |
3 | 48 | 6 |
4 | 64 | 8 |
5 | 80 | 10 |
6 | 96 | 12 |
7 | 112 | 14 |
8 | 128 | 16 |
Recommended Hardware for Computational Intensive Workloads
Server hardware recommendations for computationally intensive workloads are defined as the ideal specifications where Server can execute demanding workflows as efficiently as possible. This is essential for reducing congestion on busy systems.
The following hardware specifications are recommended for computational intensive workloads:
Desired # Concurrent Workflows | Computational Intensive Workload Recommendations | ||
---|---|---|---|
Memory (GB RAM) | Physical Cores | Logical Cores* | |
2 | 64 | 8 | 16 |
3 | 96 | 12 | 24 |
4 | 128 | 16 | 32 |
5 | 160 | 20 | 40 |
6 | 192 | 24 | 48 |
7 | 224 | 28 | 56 |
8 | 256 | 32 | 64 |
*Logical cores are either vCPUs or logical cores within a physical core. The standardization to refer to logical cores is a way of comparing consistently across both physical on-prem servers and virtual servers in the cloud.
Software
Windows Server 2012 End of Support
As of Server version 2023.2, Alteryx no longer supports Windows Server 2012 as it has reached the end of support by Microsoft. Go to Windows Server 2012 and 2012 R2 reaching end of support to learn more.
Microsoft Windows Server 2016 64-bit or later
Microsoft .NET Framework 4.6 or higher
Install Predictive Tools to run workflows that use the Predictive Tools on Server.
FIPS mode disabled.
Mongo DB
Server configuration requires MongoDB. For more information about MongoDB versions, go to MongoDB Schema Reference.
Embedded MongoDB:
If you are upgrading from a version prior to 2021.3.6, you must start with a version of Server that uses MongoDB 4.0 before you upgrade to 2021.3.6 version or higher. Versions of Server that use embedded MongoDB include 2019.3 through 2021.3.5.
For embedded MongoDB, the host, username, and password are automatically generated.
User-Managed MongoDB:
Server supports MongoDB versions 4.2, 4.4, 5.0, and 6.0 for user-managed instances.
For user-managed MongoDB, specify the host, username, and password from your MongoDB instance.
If you were previously using SQLite for Alteryx Scheduler, jobs have to be manually re-scheduled when switching to MongoDB.
For more information, visit the MongoDB Schema Reference help page.
SQL DB
Currently, the only officially supported version of SQL is MSSQL Server 2019 and 2022.
You must have an MSSQL Server instance hosted and network accessible from your Alteryx Server controllers.
We recommend using a separate SQL database for AlteryxGallery / AlteryxService to access.
The SQL DB access user needs full control (admin level ) for any SQL DBs Alteryx Server will be using.
The version of Server you are upgrading to 2024.1 from must be 2022.1+ GA or 2022.3+ FIPS.
If you use built-in authentication and you upgrade from a version lower than 2022.1, you need to reset your password due to security improvements. If you didn't reset your password in version 2022.1, you need to have SMTP enabled. This is so users can reset their password via the forgot password functionality or so that an admin can trigger password resets for all users via the UI or API. For more information on how to reset your Server password after an upgrade to 2022.1, visit the Reset a User's Server Password help page.
You must install SQL Server drivers. For more information, go to Mongo to SQL Migration Guide.
Optional: Access to SQL Server Management Studio.
This allows you to view/access database data manually, so you can verify and validate the state of your data without having to go into your Server.
For more information on how to migrate from MongoDB to SQL DB, go to Mongo to SQL Migration Guide.
Ports
These are the default ports used by Server. You can customize Server ports if necessary.
Public | |
---|---|
80 | AlteryxService, Non-SSL/TLS AlteryxServerHost (webserver), and AlteryxAuthHost (Authentication Service) |
443 | AlteryxServerHost (webserver) and AlteryxAuthHost (Authentication Service) with SSL/TLS |
27018 | Embedded MongoDB |
Loopback Only | |
---|---|
5562 | AlteryxMetrics |
Permissions
Administrator Rights | Admin access to the host server's operating system or physical access to the server hardware is required to install Server. |
Active Directory Read Access | Read access to Active Directory, if you plan to use Integrated Windows Authentication. Visit the Server Authentication help page to learn more about authentication options. |
Access to Alteryx Licensing System | Ensure the computer can contact the whitelist.alteryx.com web domain used by the Alteryx licensing system. |
File Share Access | Read and write permissions to the file share. |
Alteryx Admin User | The Server administrator can manage users and workflows. A Default Server Admin is specified when configuring the authentication for the Server. Visit the Server Authentication help page to learn more about specifying a Default Server Admin. |
Run As User | In hardened server environments with restrictive permissions policies, you might need to enable Windows Server security permissions in support of run-as credentials. Configure Required Run As User Permissions. |
Base Address and SMTP
Base Address—The base address is the URL that users use to access the Server—the URL defaults to http://localhost/gallery/ which you can use to run the Server locally.
SMTP Server—SMTP host information is required for Server email notifications. Notifications and account validations are managed via email.