Search Advanced Search
Categories
cPanel (6)
Domain Names (2)
E-Commerce & SSL (1)
Security (4)
FTP (2)
Software (0)
WHM (1)
Search Articles
Advanced Search
Frequently Asked Questions
Search our FAQ to find resolutions to common issues.
Favorite Articles
Search Articles that you have marked as your favorite.
Our Links
Web Development
E-Commerce Solutions
Search Engine Optimization
Reseller Hosting
Web Hosting
What is my IP Address?

Wikipedia defines an IP address as a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. Your server's IP address is where your website is hosted on the internet.

There are many ways to identify your server's IP address.

For starters, we include your IP address within the welcome email we originally sent you when you signed up with Acenet, Inc. We recommend you save this email so you can easily retrieve your account information.

If your domain has its DNS properly configured, you can perform a DNS lookup on your domain and retrieve it's IP address. You can run a ping or nslookup from your local machine to determine your domain's IP address. See our video demo on pings or nslookups for more details:

VIDEO DEMO COMING SOON!

Finally, your IP is also listed directly within your cPanel. Simply login to your cPanel and under the "General account information" your IP address is listed next to "IP Address".

Print  Email  Save  Comments  Notify Me  Delete from Favorites 
Article ID: 10016 Article Created: 01-31-2009 09:04 AMLast Modified: 05-24-2009 16:39 PM

How well did this article answer your question? 100% 75% 50% 25% 0%

Most Recently Viewed Articles
What is my IP Address?
Wikipedia defines an IP address as a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. Your server's IP address is where your website is hosted on the internet....
How do I use the Free Shared SSL?
The shared SSL is provided free of charge to all clients on our shared servers. The method for using the SSL is different depending on which server you are on. In order to access the free shared SSL, you will first need to know your server's hostname which is located in the welcome email you received from us when you first signed up. ...
My Site was Hacked, What Do I Do?
The security of your hosting space is a two-fold responsibility. Sabaiko as the webhost, has a responsibility to ensure that all server-side software is up to date and has all necessary security patches applied. Our Technical support staff regularly watches for security bulletins regarding your server's software. Our kernels are kept up to date, non-standard ports are closed off in our aggressive firewall, and server software is kept at the latest stable, secure version....
What is the path to curl?
The path to curl is: /usr/bin/curl...
Protect youself from Phishing
An educated user is a safe user. We want your experience with us to be as memorable as possible, but for the right reasons! Becoming familiar with how you can protect yourself from unauthorized intruders will help to ensure you have a pleasant stay with Sabaiko. Your security is our concern. The following will give you some background information in phishing and help to lay out the part you play in ensuring your web space is safe and secure. ...
DNS Propagation Explained
Propagation is a term you'll often hear when working with your domain's DNS settings, but what does it mean? Anytime you visit a website in your web browser, there is a lot going on behind the scenes to provide you with the requested content. When you load a webpage, your computer first attempts to resolve the domain you are visiting to an IP address. Domain names are a convention created to make websites easier to remember, but your browser needs a numeric address in order to fetch any website data. DNS is what allows your machine to make this translation....
What is the path to ImageMagick?
The path to ImageMagick may vary from system to system. ImageMagick will usually reside in: /usr/bin/...
Using FTP in Firefox 3
To start this article off, I'd like to first note that we DO NOT suggest using FireFox or any web browser for connecting to FTP. Simply put, web browsers are for browsing the web. Your refrigerator would cool your house if you left the door open, but it's not intended for that purpose. Similarly, browsers are not intended to function as an FTP client and, while they do support some FTP-like features, they are very limited in their FTP functionality....
phpBB3 Hardening
phpBB is a very popular, web-based forum software. As of the time of this writing, the current phpBB version is phpBB3. If you are running an older version of phpBB, we highly recommend that you upgrade your forums immediately. phpBB version 3 contains many useful features for securing your forums. As always, it's best to run the latest version of any web-based software to ensure any security holes are patched and your software can be trusted....
Register Globals & php.ini
All PHP implementations run with a default set of values for configuration variables. Such variables control properties such as the amount of memory a PHP script can use, whether to register global variables, where to store SESSION variables and much more....