The IBM i provider
built for .NET

Get started with NTi Data Provider in less than 10 minutes.
Access your DB2 for i data, call your RPG programs, and run CL commands directly from .NET.
No driver, no installation, and no IBM i-side dependencies.

30-day trial instant activation no commitment
IBM Silver Partner logo Microsoft Partner logo
using Aumerial.Data.Nti;

var conn = new NTiConnection("server=IBM;user=USER;password=PWD");
conn.Open();

// Run a CL command or a program
conn.ExecuteClCommand("ADDIBLE PAYROLL2025");
conn.CallProgram("PAYLIB", "PAYLIST");
.NET logo
hhome.hero.code.card.alt2

Benefits at every level

Evolve your IBM i environment
as your projects grow

Streamline operations and remove long-standing constraints. Turn business requirements into reliable, sustainable solutions.
Protect your IBM i investments while adopting modern technologies that empower your teams and accelerate delivery.

  • Immediate reduction of technical debt
  • Universal and widely available skills
  • Lower operational risk as your business evolves

How does it work ?

STEP 1

Get your license in less than 5 minutes

01

Create
your account

Sign up on the Aumerial portal and follow the steps.

02

Declare your partition

Enter the serial number and LPAR partition ID of your IBM i.

03

Download your license

Download the generated SQL script and run it on your IBM i.

Start free trial
30 days no commitment · No credit card · Nothing to install on the IBM i side
STEP 2

Connect .NET to your IBM i and start building your apps

Visual Studio
Terminal

✔ Package installed successfully
                    
Install NTi from NuGet
1 2 3 4 5 6 7
Program.cs

                                                                
Configure the connection string
IBM i
Native TCP/IP
QZDASOINIT SQL
QZRCSRVS RPG / CL
QZSOSIGN Sign-On

.NET Application

WEB • MOBILE • DESKTOP • API
Access IBM i services

Rich in features

Everything you need to fully harness your IBM i, with security built in.

EF Core extension
Database icon

DB2 for i

Access the full power of DB2 for i with the same simplicity you expect from any standard database. NTi also provides an Entity Framework Core extension that integrates seamlessly with the .NET ecosystem.

  • Standard ADO.NET and EF Core access
  • SQL queries, transactions, stored procedures, and more.
  • Full support for all data types
Terminal icon

CL Commands, RPG and APIs

Call batch RPG programs and service program procedures directly. Execute CL commands and QSYS APIs natively through IBM i-specific methods provided by NTi.

  • Direct execution of CL commands
  • Program calls (RPG, CLP, 36, ...) and system APIs
  • Complete handling of input and output parameters, data structures, and more
Multiplatform

Multiplatform

NTi runs entirely on the .NET side, with no dependencies on IBM i. It is fully portable and self-contained, and works with .NET Framework, .NET 10 and Mono, on Windows or Linux, and on x86 or ARM64 systems.

  • 100% managed .NET code (CLR)
  • Supported operating systems: Windows, Linux, Android, iOS
  • Supported architectures: x86 and AMD64, ARM64, ppc64le (IBM Power), s390x (IBM Z and LinuxOne)
Secure connection

Secure connection

NTi connects to IBM i through existing system ports and services, ensuring that each user's own security ,policy remains fully enforced. All connection activity is traceable and handled by the platform's native mechanisms.

  • IBM i authentication and authority model respected
  • SSL/TLS and MFA supported on TCP connections (IBM i V7R6 and later)
  • No dependency on external or third-party security components

Compatibility

  • .NET  6  /  7  /  8  /  9  /  10 
  • .NET Standard  2.1 
  • .NET Core  3.1 
  • .NET Framework  4.7  and later
  • IBM i  V5R4  and above

Pricing

1 year

5 000€

per year (excl. tax)

Licensed per LPAR

Unlimited users

Get started

5 years

3 000€

per year (excl. tax)

Licensed per LPAR

Unlimited users

-40% vs annual rate

Get started
Free trial

Start now
Decide later

30-day trial, no commitment and no credit card required. Your trial starts right away.

Start free trial

Reseller or ISV? Contact us for a custom pricing plan with redistribution license

Solution comparison

NTi Data Provider iSeries Access ODBC driver* IBM Data DB2 iSeries** IBM DB2 Connect
No IBM i installation required
100% .NET provider
ADO.NET support
EF Core support
RPG & CL calls
Cloud-ready & container-friendly
Active vendor support
  • *ODBC requires a generic .NET wrapper
  • **iDB2 is not compatible with .NET Core (since 2014)