Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

97 total results found

Other Requests

Reseller Documentation (EN) Email Gateway

Support Introduction  With this request you can send a question to the support team at Joker.com. Only questions, which are sent to the e-mail gateway are accepted. ATTENTION: Please, make sure that you sign your message with the keyset sent by you to Jok...

Examples

Reseller Documentation (EN) Email Gateway

Complete set of examples to download We offer all examples summarized in a textfile. The file is attached to this article. As it has a lot of examples, it is recommended to use the search function of your text editor to find information.

Dynamic DNS (DynDNS)

Joker.com FAQ (EN) DNS

Dynamic DNS (DynDNS) is a system that allows the domain name data held in a nameserver to be updated in real-time. The most common use for this is in allowing an Internet domain name to be assigned to a computer with a varying (dynamic) IP address.This makes i...

how to
DYNDNS
DNS
dynamic DNS

Let's Encrypt SSL Certificates

Joker.com FAQ (EN) DNS

Support for Automating Let's Encrypt SSL Certificates Joker.com offers a simple tool to automate the process of using Let's Encrypt certificates. With this tool, you can easily request Let's Encrypt certificates without the need to expose your domain through...

how to
ssl
certificate
letsencrypt

Payment Methods and Invoicing

Joker.com FAQ (EN) Account

Accepted Payment Methods   Currently, Joker.com accepts the following payment methods: 1. Credit/debit cards Mastercard/Eurocard Visa American Express 2. PayPal (verified account) 3. Apple Pay 4. ELV (Germany only, 'Lastschriftverfah...

payments
billing
invoice
receipt

Understanding Your Dashboard

Joker.com FAQ (EN) Account

Dashboard Map     1 Your current domain portfolio This is the list of the domains ordered by you or managed by you (see also roles and permissions). If you don't see any of your domains here, the possible reasons are: you have ordered t...

dashboard
account
portfolio
list
where

DNSSEC

Joker.com FAQ (EN) DNS

DNSSEC is the abbreviation for 'Domain Name System Security Extensions'. It is a set of extensions to the domain name system (DNS), basically to allow clients to verify the authenticity and integrity of DNS records. For a domain to make use of DNSSEC, the fol...

DNSSEC
DNS
how to

What is Two Factor Authentication?

Joker.com FAQ (EN) Account

Two Factor Authentication (2FA) To enhance the security of your Joker.com account, we highly recommend enabling the optional two-factor authentication feature. This feature adds an extra layer of protection by requiring a six-digit security code, in addition ...

2fa
how to

The Reseller Control Panel

Reseller Documentation (EN) Reseller Control Panel

RPanel Next is the next generation of our Reseller Control Panel. It has been created from scratch, focussed to provide you with the ultimate tool to handle all needs of a domain's business. The application is pretty self-explanatory, but here is a short lis...

rpanel

Usability Hints

Reseller Documentation (EN) Reseller Control Panel

Some notes: The default session duration of DMAPI (the service behind this interface) is 1 hour. This means that after 1 hour of inactivity, you will be logged out of both DMAPI and Reseller Control Panel, and asked again for your username and password. Fo...

DMAPI

Code-Examples

Reseller Documentation (EN) DMAPI

Perl List domains of customer #!/usr/bin/perl use LWP::UserAgent; use Data::Dumper; my $dmapiURL = "https://dmapi.joker.com/request"; my $ua = LWP::UserAgent-> new; my $req = HTTP::Request-> new(GET => $dmapiURL.'/login?username='.shift().'&passwo...

DMAPI
CODE

Basics

Reseller Documentation (EN) DMAPI

Commonalities for all requests  DMAPI-Server URL This is the service address which has to be used for all requests: https://dmapi.joker.com This is how a request looks like: https://dmapi.joker.com/request/<name-of-request>?<name-of-parameter-1>=<value...

DMAPI

Account and Handling

Reseller Documentation (EN) DMAPI

login Login with Username & Password   Requires (mandatory): username Joker.com username (email address) password Joker.com password Returns: Auth-SID Authenticated Session ID, must be provided with any other request (parame...

DMAPI

Domains

Reseller Documentation (EN) DMAPI

query-domain-list Accepts (optional) pattern Pattern to match (globbing, like "dom*") from Start from this item in list to End by this item showstatus    Returns additional column, showing domain status; may be...

DMAPI

Contacts

Reseller Documentation (EN) DMAPI

query-contact-list Accepts: pattern pattern to match (against handle) from start from this item in list to end by this item in list tld limits output to contact handles which may be used with specified toplevel domain (tld), like "c...

DMAPI
contacts

Nameservers

Reseller Documentation (EN) DMAPI

query-ns-list Accepts: pattern pattern to match (against host name, like "ns.dom*") full include IPs if non-zero (0 or 1)  Returns: List of registered name servers, one per line. If "full" is non-zero, then the list will includ...

DMAPI
nameservers

Modify Zonedata

Reseller Documentation (EN) DMAPI

dns-zone-list Accepts: pattern Pattern to match (globbing, like "dom*") Returns: List zones (domains) which are managed and served by Joker.com nameservers. Zones are listed one per line. dns-zone-get Requires: domain Zone (domain) ...

DMAPI
zone
dns

Rights and Roles

Reseller Documentation (EN) DMAPI

grants-list Requires: domain Full qualified domain name Accepts: showkey Show invitation access key Get a list of active and pending grants.  Returns lines in the following format (space-separated): invitation <nr> <sc...

DMAPI
roles
permissions

Other Requests

Reseller Documentation (EN) DMAPI

query-object Accepts: domain   Domain name       Exactly one of those must be specified. Only objects registered with Joker.com may be queried. contact Contact handle host Nameserver Returns: Information about specified object...

DMAPI

Check Domain Availability

Reseller Documentation (EN) Tools

General Information This is an additional tool which makes it easy to check if a domain is available for registration. All you have to do is to connect to:Host: whois.joker.com Port: 4343  and issue the command  domain:[sld.tld] [lang=IDN-tag] We will ...

tools