Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The intent of this document is to give a prerequisite for server configurations on the client side for enabling public API access over the internet.


Steps to enable public access to an On-Premise Server using a domain name

1. Assign a static, public IP address to your server

Your server will need a static, public IP address that can be used to access it from the internet. This can be done through your router or through your internet service provider (ISP).

2. Forward incoming traffic to your server

You will need to configure your router to forward incoming traffic on specific ports to your server. For example, if you want to allow public access to a web server running on your server, you would need to forward incoming traffic on port 80 (HTTP) or port 443 (HTTPS) to your server.

3. Configure your firewall

Configure your firewall: If your server has a firewall, you will need to configure it to allow incoming traffic on the ports that you want to make publicly accessible.

4. Configure your server software

Finally, you will need to configure your server software (e.g., web server, database server, etc.) to listen to the publicly accessible IP address and port(s) that you have configured.

5. Register a domain name

In order to use a domain name to access your server, you will need to register a domain name with a domain name registrar.

6. Configure DNS records

You will need to configure DNS records for your domain to point to your server's public IP address. This can be done through your domain name registrar's control panel, or through a DNS hosting provider.

It's important to note that exposing your server to the public internet can introduce security risks, so it's important to secure your server and keep it up to date with the latest security patches. You should also consider using a virtual private network (VPN) or other secure remote access methods to access your server remotely, rather than exposing it directly to the internet.

Retry Unprocessed Products

After adding a large number of new products using Import, sometimes products would not appear on the Products. Now you will be able to see which products are either still processing or failed to process, simply tap the Unprocessed button to view.

Unprocessed button on Products listing page in Zwing Console showing the number of unprocessed items

Tap Retry All to retry all unprocessed products at once, or you can select which products to retry on priority.

Unprocessed Products page opened in Zwing Console with the options to Retry All or Select

  • No labels