17.12.2020

Cobra Surveillance System App Mac

56

How to install and configure Cobra software VMS for Windows Install 1. Download the latest installer from www.cctvdirect.co.uk 2. Double click on the file named (e.g.) VMS300.exe 3. Follow the installation prompts through to completion. When asked if you want to install the ‘K-Lite Codec Pack’, you should tick this box if using Windows XP. You’ll find tons of surveillance apps, video monitors, baby- and pet-cams, and other spy-type apps in the app marketplace that you can use to keep tabs on your pad-slash-baby-slash-pet. 1) Find where your current COBRA Administration Manager is located. A) From your Desktop, right click on your COBRA Administration Manager shortcut and choose 'Properties' from the menu list. B) From the 'Shortcut' tab, find the 'Target' location and write it down (e.g. Contact - Cobra Systems USA, L.L.C. Cobra Systems USA, L.L.C. 4607 Meadow Ridge Parker, TX 75002. Main Office / Fax number: 972-422-4441 Mobile: 972-834-0035. For any inquires you can email us at JJuenger@cobrasystemsusa.com. Fire, Security, & Intrusion Systems, Card Access, Camera & Monitoring. Licenses: TX ACR-1726376.

  1. Cobra Surveillance System Software
  2. Cobra Wireless Surveillance System App
  3. Cobra Surveillance Systems App
  4. Cobra Surveillance System App Macbook
  5. Cobra Surveillance System App Mac Os
  6. Cobra Camera System App

Knowing how to network your security cameras is crucial to installing and establishing Internet connectivity to your security camera system. Honeywell software license delivery tool. Security camera networking on a network with one router is not overly technical nor difficult, so hang in there! This article will help you understand basic computer networking, how it applies to your security camera system, and how you can be in complete control of remote viewing your system without any monthly charges besides what you pay your Internet service provider (ISP).

Difference between Modem and Router

First, we’ll talk about the differences between an Internet modem and a router. Your Internet modem supplies an external IP (Internet Protocol) address or WAN (Wide Area Network) to your router. Modems DO NOT have a Firewall, so in a setup where you connect a DVR straight to a modem, you will want to make sure you change your password in order to remain secure.

A router has a WAN port and also a LAN (Local Area Network) port. The Internet connection coming from the modem connects to the router’s WAN port. The LAN port is used for other network devices, such as computers, IP cameras or NVRs to connect to. All router's have some sort of a firewall to prevent unauthorized access from the internet (WAN) in to your local network (LAN). Port forwarding is the process of creating rules or exceptions in the router's firewall to allow specific types of requests from the internet to access specific devices on your network.

If you have a cable modem that has a built-in router, its WAN port will be a cable coming from the ISP that could be a coaxial cable if you have a cable modem.

Understanding How IP Addresses Work

What is an IP address?

LAN IP Address

Each device, whether it’s a router, camera or NVR, has an IP address. IP addresses allow devices to talk to each other on a network. IP addresses are a combination of numbers, or a scheme that consists of 4 sets of numbers separated by “dots.” Each set of number is considered an “octet.”

An IP address scheme may look like a complex set of numbers, but the concept is quite simple. Think of each octet as a specific unit of a house address - first octet is the country, second is the city, third is the street, and fourth is the house number. A common LAN IP address scheme is 192.168.X.X. This means that for a router with an IP address of “192.168.1.1” the first octet is “192”, second octet is “168”, third octet is “1”, and the fourth octet is “1”.

Network devices (computers, cameras, NVRs/DVRs, printers, etc.) need to be on the same network scheme as the router. This means that the IP address of each device will have the same first three octets as the first three octets of the router, but with a different fourth octet. For example, for a router with an IP address of 192.168.1.1, you can assign an NVR an IP address of 192.168.1.10 and an IP camera an address of 192.168.1.11. These three devices, router, NVR, and IP camera, would all be considered on the same network, affording them the ability to communicate with each other.

WAN IP Address

The WAN IP address is the IP address of your internet connection set by your ISP. It is the address you would use to access your network when outside the house when using the internet on your smartphone. You can check what is your WAN IP address by visiting www.myipaddress.com.

The WAN IP address is also of four octet form but will be a number scheme that's different from commonly used LAN IP address schemes like the one mentioned below. The reason for having unique WAN IP address schemes is because each internet connection has a unique number on the internet that can be 'dialed' from another internet connection.

What is an IP address conflict?

If two devices on your home or local network have the same IP address, for example, if the NVR and security camera have an IP address of 192.168.1.12, then you would have an IP conflict, preventing communication from the router to the devices. You will need to change the IP address of one device in order to resolve the IP conflict.

To resolve an IP address conflict with two devices, you need to disconnect both conflicting devices from the network, reconnect one device, and change its IP address. You will then be able connect the second device and proceed conflict-free.

Determining the number of routers on your network

To properly setup your security camera system for remote viewing, first we need to see if there are multiple routers on your network. Bring up the Command Prompt window and type the command tracert 8.8.8.8.


To understand the results of a tracert command, you would look at the first 3 lines of the results. In the example above, line one shows an IP address of 192.168.1.1. We can conclude that is a router as only local routers have recognizable IP address schemes of 192.168.1.1, 192.168.0.1, 10.1.1.1. Further, our results happen to have a name for the device, which makes it easier as the name has the word router and gateway in it. So we know this is a local router for our business network.

Line 2 of the results has an IP address of 71.186.195.1 which could only be a device on the internet. This line 2 stands for the 'second hop' from our computer. Up to this point data has traveled from our computer to our router (192.168.1.1) and then to 71.186.195.1, which is really a router on our ISP's network.

If your results have a recognizable local IP address for line 1, and some obscure IP address for line 2, that means you have one router, and the IP address of your home router is that from line 1.

The address from Line 1 also tells us that the LAN network scheme is 192.168.1.x, meaning that any device that wants to connect to this network must have an IP that matches this network scheme, with a fourth octet that consists of a number other than 1.

Example of network with two routers

Below is an example of a network with two routers on the local network. After executing tracert 8.8.8.8 in the Command Prompt we received the following results:

Line 1 - one router with an IP address of 192.168.7.1
Line 2 - second router with an IP address of 192.168.1.1

Having two separate routers on your local network will create issues when trying to setup your security video recorder or IP cameras for remote viewing. Unless you are an IT professional who understands advanced networking and port forwarding on such a network, your video recorder or IP cameras should be connected to the First Router with port forwarding rules enabled on the first router.

How to Find Out Your Router’s LAN IP Address Scheme

In addition to use tracert to determine the number of routers on your local network, ipconfig is another command that is useful in determining the IP address of the router your computer is connected to, and the IP address of your computer. Using the Command Prompt window, type ipconfig.

Under Ethernet adapter Primary look for the IPv4 Address which is the address of your computer on the local network. In the example above it is 192.168.1.152, which is the Local IP address (LAN) of the computer we ran this command on. The Default Gateway, once again, reveals the router’s address of 192.168.1.1.

If you are using a laptop with WiFi to run this command, you would look under Wireless LAN adapter, and in the example below, the IP of the computer is 192.168.1.191 and the IP of the router (default gateway) is 192.168.1.1.

Note that the router for both the wired and wireless networks is 192.168.1.1. That is because the same router manages both the wired and wireless network.

As we mentioned before, all devices on the same network have to match the IP address scheme of the router (default gateway) in order to work. The examples above show that the router is 192.168.1.1 and every device connected to it has an IP address that has the same first three octets, but only a different fourth octet. So we can call this scheme 192.168.1.x.

If we wanted to add a DVR, NVR or IP camera to this network we would assign it an IP address of 192.168.1.108. Fortunately, this IP address comes as default on all our network based devices. If you have multiple devices, like multiple IP cameras from us on the same network, you want to make sure you set each to a unique IP address.

Subnet Mask

The second number to pay attention to when assigning devices to your network is the Subnet Mask. You can find that by running the ipconfigcommand as shown above. The Subnet Mask is the same for all the devices on the same network and is usually 255.255.255.0 unless your network was setup to be extraordinary.

How to Assign an IP Address on Your DVR or NVR

To assign a DVR NVR to your network, you will need to set the following value in its networking section:

  • IP Address - a unique value for the recorder's local (LAN) IP address that matches the router's IP address scheme as explained above
  • Subnet Mask - usually 255.255.255.0
  • Gateway - the value of the router's IP address found from running ipconfig (Windows) orifconfig(Mac)

To set these values in your video recorder, access your DVR or NVR directly using a monitor connected to it, and right-click and scroll down and click Main Menu.

Under the Setting section, click Network

On the left, choose TCP/IP

Here, you will find your DVR's IP Address. In this case, it is 192.168.1.30. If it doesn’t match the scheme of your router’s IP, you will have to change it so that it does as explained above. If your router's IP address is not 192.168.1.1, then you want to make sure you set a correct value for the above matching the IP address scheme of your router.

Cobra Surveillance System Software

Let's say your router has an IP address of 10.1.1.1. Then we would set these values as follows:

  • IP address 10.1.1.108
  • Subnet Mask 255.255.255.0
  • Gateway 10.1.1.1

Click 'Apply' and 'Save' to ensure that any changes made to these settings were completed. That's all there is to setting a DVR or NVR purchased from CCTV Camera World on your network.

How to Assign an IP Address to your IP camera

There's a good chance that at some point you'll need to assign or change the IP address of your IP cameras to match your network. If you were to connect an IP camera to the back of an NVR with built-in PoE ports, the NVR will automatically assign the camera with an IP address to match the NVR's own internal network. This is usually a 10.1.1.x network scheme. In this scenario, no further configuration is necessary as the NVR has done all the work changing and assigning an IP address. However, if you intend on connecting an IP camera to your network using a switch separate from an NVR, you will first need to assign the camera with an IP address that matches your network.

Let's say we're connecting an IP camera with an IP address of 192.168.1.108 to a network with a gateway or router with an IP address of 10.1.1.1. The IP address of 192.168.1.108 does not match the network we're trying to connect to, and we need to change it so it does. Our software program ConfigTool will find all network camera devices from our CCTV Camera World connected to a network, regardless of their IP addresses and if they match the current network scheme.

After opening the ConfigTool software, click the circular icon on top to search for devices. It will search for all CCTV Camera World network devices connected to your network. Click the pencil icon to edit the device's IP address.

Note: if you have a password other than admin set on the cameras, then you will need to enter that in the 'search settings' options before attempting to edit the IP address. See the illustration below on how that is done.

Once you click the pencil icon, a smaller window will appear. Here you can type in the target IP address, which in this case is 10.1.1.108. Subnet Mask for network devices will almost always be 255.255.255.0. Lastly, change the Gateway to a target IP address of 10.1.1.1. Click OK to save the changes.

Cobra Wireless Surveillance System App

You will now see the new IP address for the camera displayed as 10.1.1.108.

Final Thoughts on Networking

Setting up your security camera system takes a certain amount of networking knowledge, as discussed in this article, but a degree in networking or computer science is not necessary. Now that you have a sufficient understanding on how IP security camera systems work, it’s time to connect one for yourself.

If you would like to view your recorder or camera remotely from an internet connection outside your home/business, you would need to enable port forwarding rules on your router by logging in to your router administration portal and configuring two separate rules for ports 37777 and 80 to be directed to the local IP address of the recorder or camera. Although port forwarding is simple and easy to do, it depends on the make/model and build quality of your router how hard it is to configure the rules.

You can refer to our guide on port forwarding to understand the principles of port forwarding rules, and how to check whether the rules are correctly configured and in effect. We also have step-by-step guides for port forwarding on various routers here. If you don't find your router, then we suggest using www.portforward.com as a resource to find a guide specific to your make/model of router.

We don't advise customers to use a P2P tunneling based method using a QR code to connect to devices remotely. There are issues with internet security and lag time when using such a method. Therefore, to setup a professional security camera system, configuring port forwarding rules in your own router is the preferred method as that yields fast connectivity to your recorder without using an intermediary server.

11 Oct Why can’t I see my Camera from my phone app anymore

Posted at 08:50h in How to, Video Surveillance and Security Cameras0 Comments

Cobra Surveillance Systems App

So your camera phone app isn’t working. Here are a few steps to take to troubleshoot the problem.

Why can’t I see my Cameras from my phone app anymore?

Did you get a new router or internet service? If so, you will need to set up your router to forward to your DVR so your camera phone app will work again.

If you didn’t change anything and it stopped working, it might be because your IP address changed. Every internet connection in the world has its own IP address. So unless you are paying the internet provider, the internet provider can change the IP address whenever they want. Because of this, if you camera app stops working, you first want to check if your IP address has changed.

Check your IP Address
  1. Open the camera app on your smartphone (This app might change)
    1. click icon on the top left (squares
    2. then click devices
    3. then click arrow on the right and it will take you to details where you can see your IP address
  2. Google what is your IP
    1. Google “What is my IP address” and check to make sure the IP address on google matches the IP address on your app. If it’s not the same, click on the “edit: button on the top right and change it to your public IP address. Then, SAVE. (go to google and type that in)

Cobra Surveillance System App Macbook

Check the Recorder’s IP Address

Cobra Surveillance System App Mac Os

The router tells the camera phone app where to go to get the information (Tells the app to get the information from the NVR) Router is the “gatekeeper” to tell where information should go to.

Cobra Camera System App

  1. Login to your router
    • Port forwarding: Your router sends information from a certain port to do a specific function
    • Anything that connects to your router, the router gives it a specific local IP address that is unique to your local network
    • You should set up our router to forward ports (80,8000, and 8554) to the NVR (Like a forwarding/phone extension system, and using TCP not UDP)
  2. Make sure the local IP address for the recorder is the same IP address the router is tell it to go to.
    • If you don’t know what the IP Address for your recorder is…that’s okay! Most people don’t.
    • There is a way to make it static instead of dynamic, meaning it will stay the same and not change anymore. If this has not been done, look into getting it done
  3. See how many devices are connected to your internet
    • If you know how to log into your router, your router will list everything that is connected
  4. How to log into router:
    • Most people do it by typing in 192.168.1.1 (Or it may be 192.168.0.1)
    • Login information: If you don’t know what it is, it is possibly:
      • Username: Admin
      • Password: password
    • If you still don’t know how to login, google your router and look for a user guide
  5. Assuming you can log into router and port forwarding is already set up, look at two things;
    • First: The list of devices connected to the router (or internet)
    • Second: A section called “Advanced Set-up” where you will find the port forwarding information
      • Once you are here, you can then edit the local IP to forward to if it is incorrect
      • Chances are, right now it is forwarding to the local IP address of 192.168.1.2. Or 192.168.1.3 or 192.168.1.4…etc
      • Using trial and error, if you change the last number, save, try the app again, and repeat, you should be able to find out which is the correct local IP address