Knowledge Base
128 posts in this category.
-
How to Set a Custom Hostname for Your TeamSpeak Server
Yes, you can configure a custom hostname for your TeamSpeak server through the ASPnix control panel at https://tspanel.aspnix.com/. Set memorable addresses like myclan.ts.aspnix.com that automatically resolve via SRV records. This requires TeamSpeak client 3.0.8 or higher; older clients need the ful
-
Does ASPnix Limit DNS Queries Per Day or Month?
We do not limit DNS queries made per day or month against your domain zones at ASPnix. Anti-DOS protections prevent hammering of our DNS services. Learn why this benefits your high-traffic applications and how the safeguards work.
-
How Many DNS Records Can Be Created Per Zone?
We do not limit the number of DNS records per domain zone. Add as many records as needed for subdomains, email, security, and more. Learn about DNS zones, common record types, management techniques, and best practices in this guide.
-
What DNS Record Types Are Supported?
ASPnix DNS control panel supports A (IPv4), AAAA (IPv6), CAA, CNAME, MX, NS, TXT, and SRV records. These cover nearly all common needs for directing web traffic, routing email, enforcing certificate security, and configuring services. This guide details each type with examples and management steps.
-
What DNS Server Does ASPnix Use for Windows DNS Services?
ASPnix Windows hosting services use JHSoftware's Simple DNS Plus v6. Selected for superior performance over previous solutions, it fully supports all DNS record types and adheres to current DNS standards. This article provides context on why this DNS server matters, its benefits for domain resolutio
-
What DNS Record Types Do We Support?
Both our Windows and Linux systems support A, AAAA, CAA, CNAME, MX, SRV, and TXT DNS records. This guide explains each record's purpose with practical examples, configuration samples, common pitfalls, and best practices for reliable domain management.
-
How to Execute aspnet_regsql on Shared SQL Server Database
The standard Microsoft aspnet_regsql tool generates scripts unsuitable for shared SQL Server due to permission requirements. ASPnix supplies a modified SQL script that works in our shared environment. Log in to your billing account to download the file, extract it, and run the script in SQL Server M
-
How to Connect to MySQL with PHP, Perl, C#, VB.NET or Classic ASP
Learn to connect to your MySQL database using code samples for PHP (mysql, mysqli procedural, OO, PDO), Perl with DBI, C# and VB.NET with MySQL Connector, and Classic ASP with MyODBC. Basic examples expanded with context, prerequisites, and best practices for robust implementation.
-
What Are the SMTP Settings for Windows?
Essential guide to SMTP settings on Windows for Outlook and ASP.NET sites. Includes setup instructions, C# code examples, port recommendations, security practices, and troubleshooting tips for reliable email delivery from clients, websites, and forms. Contact support for account-specific values.
-
Using FTP through Internet Explorer or Windows Explorer
Due to security restrictions on our FTP server all FTP credentials are treated as valid to prevent brute forcing. Internet Explorer and Windows Explorer send anonymous credentials by default, resulting in INVALID LOGIN. Use the format ftp://YOURUSERNAME:YOURPASSWORD@YOURFTPADDRESS to connect. Dedica
-
Can I Host Domains with Special Characters or IDN?
No support for domains with special characters ( _ , % ) or IDN/Punycode on our platform. Learn the reasons behind this policy, see examples, and get practical advice for choosing and setting up a standards-compliant domain.
-
Can a Single Dedicated IP Support All Websites on My Account?
No, a single dedicated IP can only be used with one website under your account. Sharing it across sites would make it shared rather than dedicated. You'll need one IP per website if each requires dedication. Learn the technical reasons and setup steps for proper configuration.
-
How to Fix Suspended Domain - ICANN Verification
Domains are suspended when WHOIS data isn't verified per ICANN's 2014 mandate for new registrations, transfers, and updates. Contact our sales or billing team for a verification email resend to quickly resolve the suspension and restore service. This guide details the requirement, resolution steps,
-
Can I Change My Control Panel Account Username?
You cannot change your primary control panel username due to system integration with file paths, permissions, and services. Windows shared hosting, Virtual Server, and TeamSpeak users can create Peer Users as full-access aliases with custom usernames. This guide explains the limitation, how Peer Use
-
Fix 'An Unexpected Error Occurred on Send' in IIS Remote Management
The 'An unexpected error occurred on send' error when connecting to IIS Remote Management is caused by .NET using outdated TLS versions unsupported by the servers. Resolve it by setting SchUseStrongCrypto and SystemDefaultTlsVersions registry keys with these PowerShell commands, then restart.