1MEGAREG(1)                     Megatools Manual                     MEGAREG(1)
2
3
4

NAME

6       megareg - Register new Mega.nz account
7

SYNOPSIS

9       megareg [--scripted] --register --email <email> --name <realname> --password <password>
10       megareg [--scripted] --verify <state> <link>
11

DESCRIPTION

13       Registers new Mega.nz account. Registration is split into two steps:
14
15        1. --register: Creates a new non-verified account
16
17        2. --verify: Verifies account with the link that was sent to <email>
18
19       See example of registration below.
20

OPTIONS

22       --register
23           Create new non-verified account.
24
25       --verify <state> <link>
26           Verify account previously created by megareg --register. You need
27           to pass <state> that was returned from megareg --register and a
28           verification link from the email that was sent to <email>.
29
30       --email <email>
31           Email serves as your new account username, that you’ll be using to
32           sign in.
33
34           NOTES: Beware that ATM, email format is not validated by megatools.
35
36       --name <realname>
37           Your real (or fake) name.
38
39       --password <password>
40           Plaintext password. No strength checking is done, so make sure you
41           pick a strong password yourself.
42
43       --scripted
44           After registration, print the command that can be used to finish
45           the registration in a format suitable for scripting purposes.
46
47       --limit-speed <speed>
48           Set maximum allowed upload and download speed in KiB/s. This option
49           overrides config file settings. 0 means no limit. When using
50           ParallelTransfers > 1, upload speed limit is applied to each
51           transfer individually.
52
53       --proxy <proxy>
54           Use proxy server to connect to mega.nz. This option overrides
55           config file settings. More information can be found in libcurl
56           documentation at https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html.
57           Some acceptable values are:
58
59           ·   none : Disable proxy if it was enabled in the config file.
60
61           ·   socks5://localhost:9050 : Local SOCKSv5 proxy server
62
63           ·   socks5h://localhost:9050 : Local SOCKSv5 proxy server with DNS
64               handled by the proxy
65
66       --config <path>
67           Load configuration from a file
68
69       --ignore-config-file
70           Disable loading .megarc
71
72       --debug [<options>]
73           Enable debugging of various aspects of the megatools operation. You
74           may enable multiple debugging options separated by commas. (eg.
75           --debug api,fs)
76
77           Available options are:
78
79           ·   http: Dump HTTP request/response details (can be used to debug
80               connection/proxy issues)
81
82           ·   api: Dump Mega.nz API calls
83
84           ·   fs: Dump Mega.nz filesystem (may require --reload to actually
85               print something)
86
87           ·   cache: Dump cache contents
88
89           ·   tman: Dump transfer manager events
90
91       --version
92           Show version information
93

EXAMPLE

95       First create an non-verified account:
96
97           $ megareg --register --email your@email.com --name "Your Name" --password "Your Password"
98
99           Registration email was sent to test@megous.com. To complete registration, you must run:
100
101             megareg --verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY @LINK@
102
103           (Where @LINK@ is registration link from the 'MEGA Signup' email)
104
105       Now wait for a verification mail and run the command as asked:
106
107           $ megareg --verify vbFFFv7AFM25etzkFXLs9A==:Z7FFbgAAAAAAAAAArL33eA==:inEONh3tmwY \
108               'https://mega.nz/#confirmciyfWXRGFNcM...'
109
110           Account registered successfully!
111

SEE ALSO

113       megatools(7), megarc(5), megadf(1), megadl(1), megaget(1), megals(1),
114       megamkdir(1), megaput(1), megareg(1), megarm(1), megacopy(1).
115

MEGATOOLS

117       Part of the megatools(7) suite.
118

BUGS

120       Report bugs at https://github.com/megous/megatools or
121       megous@megous.com.
122

AUTHOR

124       Megatools was written by Ondrej Jirman <megous@megous.com>, 2013-2016.
125
126       Official website is http://megatools.megous.com.
127
128
129
130megatools 1.10.2                  04/15/2020                        MEGAREG(1)
Impressum