OZEKI Chat

Ozeki Chat brings you secure, private communication with your own chat server in your office. Keep your messages safe, and let no 3rd party be involved.

Ozeki Chat

Community Edition

Install the free version to manage the communication of your organization. All you need is a Windows PC.

Free

Get started

Use it free of charge forever

Ozeki Chat

Starter Edition

Unlimited contacts and users, unlimited number of chat groups. Use browsers, desktop and mobile clients.

$97 / month

14 day free trial

See what's included

Ozeki Chat

Unlimited Edition

Branded mobile and desktop app, custom domain, api access, bot automation and of course unlimited contacts and users.

$297 / month

14 day free trial

See what you can offer

OZEKI Chat Offers
Privacy
Simplicity
Efficiency
Productivity

On-premises chat system


Setup your own chat system and replace those on-line chat services that you have no control over. This system will give you the ability to take full control of your chat infrastructure. Your on-premises chat server will give you the ability to control which users are allowed to connect, you can manage your chat groups and the overall communication in your organization. Most importatntly your communication will be safe and private as all data will be stored on your own computers in an encrypted way.

Text messages
File messages
Delivery reports
Availabiltiy info

Security of your dialogs is the most important business value Ozeki Chat will bring you. Your dialogs will be stored on your own server in an encrypted format. Even if somebody has administrative access to your server, he will not be able to read the conversations.

Even if somebody can listen to the network traffic between you and the server, they will still not be able to read the messages. Even inside the secure HTTPS tunnels, the messages are transmitted in an encrypted way.

Security and privacy


In Ozeki Chat, every conversation has it's own unique encryption key. This key is shared only between the participants of the conversation. Messages of the conversation are stored on the server encrypted with this unique encryption key. When a user logs in, his messages are downloaded from the server in the encrypted format, and are only decyphered in the client. This is why even if somebody has full admin access to the server, and can listen to the network traffic, they still cannot read the conversations.

Automatic cleanup


Automatic cleanup is also a key feature of Ozeki Chat. By default every message is automatically deleted after 30 days from the server. (You can change this period to as many days you like on a per conversation basis.) This automatic cleanup adds a further layer of security and it is also useful in maintining disk space, speed and system resources. Your chat system will stay lean, fast and efficient.

Installation options


If you wish to manage and aminister your own Ozeki Chat Server system, you have the following installation options.

The Ozeki Chat server can be installed on:

  • Your physical server at your premises (Windows or Linux)
  • On a virtual server at your premises (VMWare, Microsoft Hyper-V, Oracle virtualbox, Linux kvm, etc)
  • On a virtual private server (VPS) at a webhosting facility (Amazon AWS, Google Cloud, etc.)

We can do it for you


If you don't want to spend time with installation and configuration, Ozeki Customer support can take the task over. We can install the system on your chosen platform and we can configure it for you. Sign up for one of our technical support packages and request the Installation and Configuration service.

Ozeki hosting


If you don't want to manage your own servers, you can sign up for the Ozeki Chat Server hosting service for an extra fee. In the frames of this service, Ozeki will setup, maintain and host the Ozeki Chat Server for you. We will setup a dedicated Virtual Private Server (VPS) at our hosting facility for you and we will make sure it is up and running 24/7. All you have to do is pay the monthly subscription fee, and everything regarding operation and maintenance will be taken care of by our technicians.

Automation


The best way to build a business is to rely on software instead of human work. Your automated software solutions will work precisely and reliable 24/7. Ozeki Chat Server provides various APIs to send chat messages automatically to your customers and employees. You can use the built in HTTP Rest API, you can send chat messages from a database, such as Microsoft SQL Server, Oracle or MySQL, or you can use other integration otions.

One of the most common ways to do automated messaging, is to use a database systems. To send chat messages from your database, all you have to do is setup two database tables: one for sending chat messages and another for receiving chat messages. Ozeki Chat can pick up the chat messages to send using an SQL SELECT statement, and insert the incoming chat messages using an SQL INSERT statement. More information about such a setup can be found in our SQL to Chat setup guide. Database server specific configurations are listed below.

how to send chat message using database

SQL to chat messages configurations:

Send Chat message from Microsoft SQL Server
Send Chat message from Microsoft Access
Send Chat message from Oracle
Send Chat message from MySQL
Send Chat message from PostgreSQL