Accessing the Reseller Area
The Reseller Area provides a centralized dashboard for managing your Domain Reseller account, API credentials, domains, and integration settings. Access all reseller functions directly from your Hostraha client area.
How to Access
Navigate to Reseller Area
In your Hostraha client area, go to:
Orders Management
The Orders section provides a comprehensive view of all domain orders placed through your reseller account, including detailed payment information and order history.
Orders Overview
In the Orders section, you can view:
- Order Details: Complete list of domain orders with TLD information
- Payment Status: Payment details and transaction status for each order
- Order Dates: Creation and completion dates for tracking purposes
- Domain Actions: Registration, renewal, transfer, and other domain operations
- Customer Information: Associated customer details for each order
Order Information Table
Column | Description | Details |
---|---|---|
Order ID | Unique identifier for each order | Used for tracking and support requests |
Domain Name | The domain name associated with the order | Includes TLD extension |
Action | Type of domain operation | Registration, Renewal, Transfer, etc. |
Status | Current order status | Pending, Completed, Failed, Cancelled |
Amount | Order total amount | Includes any additional services |
Date | Order creation date | Timestamp of order placement |
Pricing Overview
The Pricing section displays your reseller pricing structure for all available TLDs, allowing you to review and understand the pricing set by Hostraha for your reseller account.
Pricing Information
The pricing section includes:
- TLD List: Complete list of available Top-Level Domains
- Registration Pricing: Cost for new domain registrations
- Renewal Pricing: Annual renewal costs for each TLD
- Transfer Pricing: Costs for domain transfers from other registrars
- Restoration Pricing: Fees for restoring expired domains
- Additional Services: Pricing for DNS management, privacy protection, etc.
Understanding Pricing Structure
Reseller Pricing Model
Your reseller pricing is structured to provide competitive rates while maintaining healthy margins:
- Wholesale Rates: Special reseller pricing below retail rates
- Volume Discounts: Better pricing tiers based on order volume
- Promotional Pricing: Special offers and seasonal discounts
- Currency Options: Pricing available in multiple currencies
Domain Management
The Domains section allows you to manage all domains associated with your reseller account, including assigning and unassigning domains for management purposes.
Domain Assignment
You can assign previously purchased domains to your reseller account for management:
Assign Domains
Click the "Assign Domain" button to add domains to your management list.
Select Domains
Choose one or more domains from the dropdown menu of available domains in your account.
Confirm Assignment
Confirm the assignment to enable full management capabilities for the selected domains.
Domain Unassignment
To unassign a domain, simply click the "Unassign" button next to the domain you wish to remove from your management list.
Domain Management Features
Feature | Description | Availability |
---|---|---|
DNS Management | Modify DNS records and nameservers | Assigned domains only |
Contact Updates | Update registrant and contact information | Assigned domains only |
Renewal Management | Renew domains and manage auto-renewal | Assigned domains only |
Transfer Management | Initiate and manage domain transfers | Assigned domains only |
Privacy Protection | Enable/disable WHOIS privacy | Assigned domains only |
API Settings
The Settings section contains all API credentials and configuration details necessary to install and activate integration modules for your reseller account.
API Credentials
Your API settings include the following essential information:
Setting | Description | Usage |
---|---|---|
API Endpoint | Base URL for all API requests | Configure in integration modules |
Username | Your reseller account email address | Authentication parameter |
API Key | Unique authentication token | Required for all API calls |
Token Generation | SHA256 HMAC with timestamp | Security authentication |
API Security
Security Best Practices
- Secure Storage: Store API credentials securely and never expose them in client-side code
- Regular Rotation: Rotate API keys periodically for enhanced security
- Access Control: Limit API access to authorized personnel only
- Monitoring: Monitor API usage through the logs section
Example API Configuration
// API Configuration Example
const apiConfig = {
endpoint: 'https://portal.hostraha.com/modules/addons/DomainsReseller/api/index.php',
username: '[email protected]',
apiKey: 'your-api-key-here',
timestamp: Math.floor(Date.now() / 1000)
};
Ready to Get Started?
Access your Reseller Area to begin managing domains, API settings, and integrations through your Hostraha client area.