Installation Guide
Install Navicat On-Prem Server on Docker 17 or later.
Prerequisites
You must have a machine with x86-64 CPU and at least 2 GB of memory.
Network card MAC address must be persistent after reboot.
In your OS firewall, you should open port 3030.
Install Navicat On-Prem Server
Step 1 - Pull the Navicat On-Prem Server image:
docker pull navicat/navicatonpremserver:2.0.4
Step 2 - Create a Navicat On-Prem Server container:
docker run -d -p 3030:3030 --mac-address="92:20:de:b0:5b:51" -v navicat_onprem_server_var_data:/opt/navicatonpremserver/x86_64-linux-gnu/var -v navicat_onprem_server_cert_data:/opt/navicatonpremserver/x86_64-linux-gnu/cert navicat/navicatonpremserver:2.0.4
Step 3 - After the service is started, you can configure the Navicat On-Prem Server thru browser https://your-ip-address:3030
Need Help?
Contact our customer service team.