-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Damir Mukimov edited this page Nov 22, 2025
·
9 revisions
Welcome to the Namecheap DNS Manager documentation wiki!
Warning
This is NOT an official Namecheap tool. This is an independent, community-maintained project.
Current Status: Pre-1.0.0 Release (v0.1.0)
This tool is currently in active development and has not reached version 1.0.0. Use at your own risk and responsibility.
| Section | Description | Link |
|---|---|---|
| 📦 Installation | Get started with installation | Installation Guide → |
| ⚙️ Configuration | Set up accounts and credentials | Configuration Guide → |
| 🚀 Usage | Learn how to use the tool | Usage Guide → |
| 🔌 Plugins | Extend functionality with plugins | Plugins Documentation → |
| 🔧 Troubleshooting | Solve common issues | Troubleshooting Guide → |
| 🤝 Contributing | Contribute to the project | Contributing Guide → |
A command-line interface for managing Namecheap domains and DNS records with multi-account support.
- ✅ Multi-Account Management: Configure and switch between multiple Namecheap accounts
- ✅ Domain Management: List, check, and manage your domains
- ✅ DNS Management: Create, update, and delete DNS records
- ✅ Bulk Operations: Perform multiple DNS operations at once
- ✅ Account Switching: Easy switching between different accounts
- ✅ Plugin System: Extensible plugin architecture for custom functionality
- ✅ Secure Configuration: API keys and credentials stored securely
Get up and running in 3 steps:
- Install the tool - Build from source or download binaries
- Configure your accounts - Set up your Namecheap API credentials
- Start using it - Manage your domains and DNS records
# Quick install and setup
git clone https://github.com/SamyRai/namecheap.git
cd namecheap
make build
./build/namecheap-dns account add| Resource | Link |
|---|---|
| 📦 Repository | github.com/SamyRai/namecheap |
| 🐛 Issues | Report Issues |
| 📝 Releases | View Releases |
| 📄 License | MIT License |
| 📋 Versioning | VERSIONING.md |
| Version | Status | Release Date |
|---|---|---|
| 0.1.0 | 🟡 Pre-release | 2025-11-22 |
Note: For detailed version management, see VERSIONING.md in the main repository.
# List all domains
namecheap-dns domain list
# Add a DNS record
namecheap-dns dns add example.com www A 192.0.2.1
# Switch between accounts
namecheap-dns account switch work
namecheap-dns domain listFor more examples, see the Usage Guide.