CloudConnect[userid,password]
authenticates to the Wolfram Cloud using the specified cloud user ID and password.
CloudConnect[userid]
shows a dialog to input the password.
shows a dialog to input both the cloud user ID and the password.
CloudConnect
CloudConnect[userid,password]
authenticates to the Wolfram Cloud using the specified cloud user ID and password.
CloudConnect[userid]
shows a dialog to input the password.
shows a dialog to input both the cloud user ID and the password.
Details and Options
- CloudConnect by default connects to the cloud given by $CloudBase.
- CloudConnect sets and returns the value of $CloudUserID when it is successful.
- After CloudConnect is successful, it can be used in other kernel sessions on the same machine without needing to enter the password again, until CloudDisconnect is used.
- The option CloudBase specifies the cloud to which to connect.
- CloudConnect allows authentication to multiple clouds, such as a Wolfram Enterprise Private Cloud (EPC).
- CloudConnect is primarily intended for use in desktop and other non-cloud Wolfram Language systems.
Examples
open all close allBasic Examples (3)
CloudConnect[]$CloudConnected returns True when you are logged into the cloud:
$CloudConnectedUse CloudDisconnect to log out of the cloud:
CloudDisconnect[]Connect to the Wolfram Cloud as a specific user:
CloudConnect["example-user@wolfram.com"]Connect to the Wolfram Cloud as a specific user, providing the password:
CloudConnect["example-user@wolfram.com", "61Calabash^Perciform@528"]Scope (1)
CloudConnect can remember multiple logins and switch between them. Connect to one user, possibly having to enter credentials:
CloudConnect["me@example.com"]Connect as a different user, entering credentials:
CloudConnect["social.media@example.com"]When connecting to the first user, it will switch without prompting for credentials:
CloudConnect["me@example.com"]When multiple accounts are remembered, CloudConnect with no arguments will use the most recently used account:
CloudConnect[]Options (1)
CloudBase (1)
Use the CloudBase option to connect to an account and remember the connection to a private cloud (EPC):
CloudConnect["henri@example.com", CloudBase -> "https://www.wolfram-epc.example.com"]Check for cloud objects on that EPC by specifying the CloudBase:
CloudObjects[CloudBase -> "https://www.wolfram-epc.example.com"]Using the CloudBase option to CloudConnect does not change $CloudBase or the default cloud user:
{$CloudBase, $CloudConnected, $CloudUserID, $CloudRootDirectory}Switch $CloudBase to the EPC to change the default cloud user:
$CloudBase = "https://www.wolfram-epc.example.com"The cloud connection from earlier is used automatically:
{$CloudConnected, $CloudUserID, $CloudRootDirectory}Properties & Relations (2)
After connecting to the Wolfram Cloud, $CloudConnected, $CloudUserID, $CloudUserUUID, $UserURLBase and $CloudRootDirectory are set:
CloudConnect["example-user@wolfram.com"];$CloudConnected$CloudUserID$CloudUserUUID$UserURLBase$CloudRootDirectoryUse CloudDisconnect to terminate the connection to the Wolfram Cloud:
CloudDisconnect[]$CloudConnectedPossible Issues (1)
CloudConnect returns $Failed when providing an incorrect password:
CloudConnect["example-user@wolfram.com", "WrongPassword"]Related Guides
History
Text
Wolfram Research (2014), CloudConnect, Wolfram Language function, https://reference.wolfram.com/language/ref/CloudConnect.html.
CMS
Wolfram Language. 2014. "CloudConnect." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/CloudConnect.html.
APA
Wolfram Language. (2014). CloudConnect. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/CloudConnect.html
BibTeX
@misc{reference.wolfram_2026_cloudconnect, author="Wolfram Research", title="{CloudConnect}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/CloudConnect.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_cloudconnect, organization={Wolfram Research}, title={CloudConnect}, year={2014}, url={https://reference.wolfram.com/language/ref/CloudConnect.html}, note=[Accessed: 12-June-2026]}