present
<!doctype html>
<html class="no-js" lang="en">
<head >
<script>
(function() {
var SENSITIVE_PARAMS = ['authtoken', 'locationid'];
var extractedParams = {};
var search = window.location.search;
if (search && search.length > 1) {
var urlParams = new URLSearchParams(search);
var hasChanges = false;
for (var i = 0; i < SENSITIVE_PARAMS.length; i++) {
var param = SENSITIVE_PARAMS[i];
if (urlParams.has(param)) {
extractedParams[param] = urlParams.get(param);
urlParams.delete(param);
hasChanges = true;
}
}
if (hasChanges) {
window.__pcloudAuth = extractedParams;
var newSearch = urlParams.toString();
var newUrl = window.location.pathname +
(newSearch ? '?' + newSearch : '') +
window.location.hash;
window.history.replaceState({}, '', newUrl);
}
}
})();
</script>
<script>
window.varify = window.varify || {};
window.varify.iid = 2199;
</script>
<script src="https://app.varify.io/varify.js"></script>
<meta charset="utf-8" />
<title>pCloud - Secure Cloud Storage for Files, Photos & Documents</title>
<meta name="msapplication-tap-highlight" content="no">
<meta name="apple-itunes-app" content="app-id=692002098"> <meta name="HandheldFriendly" content="true" />
<meta name="description" content="Store, sync, and share your files securely with pCloud. Get up to 10 GB of free secure cloud storage and access your files from any device, anywhere.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="last-modified" content="Thu, 14 May 2026 11:21:51 GMT" />
<meta name="google-site-verification" content="YkYcN4JMEPH_a4g3dnMeL1V9rOLTnAqe0NTqjOF1IVs" />
<meta name="facebook-domain-verification" content="ukv3jtspzj8fhbu9bcesuxtqmwqxne" />
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/npamdkabjncnnoaofdjcaipmnccofeem">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta property="og:image" content="//pcdn-www.pcloud.com/Z8n/images/social_img/home.png" />
<link rel="alternate" href="https://www.pcloud.com/" hreflang="x-default" />
<style>
body.logged_out .open-login-modal {
display: block;
}
body.logged_in .user,
body.logged_out .no_user,
body.is_mobile .for_mobile,
body.is_tablet .for_tablet,
body.is_tablet .for_desktop.for_tablet,
body.is_desktop .for_desktop.for_tablet,
body.is_premium .for_premium,
body.os_ios .for_ios,
body.os_android .for_android,
body.os_windows_phone .for_windowsphone {
display: block;
}
body.logged_in .user.inline,
body.logged_out .no_user.inline,
body.is_mobile .for_mobile.inline,
body.is_tablet .for_tablet.inline,
body.is_tablet .for_desktop.for_tablet.inline,
body.is_desktop .for_desktop.for_tablet.inline,
body.is_premium .for_premium.inline,
body.os_ios .for_ios.inline,
body.os_android .for_android.inline,
body.os_windows_phone .for_windowsphone.inline {
display: inline-block;
}
body.logged_in .user.table,
body.logged_out .no_user.table,
body.is_mobile .for_mobile.table,
body.is_tablet .for_tablet.table,
body.is_tablet .for_desktop.for_tablet.table,
body.is_desktop .for_desktop.for_tablet.table,
body.is_premium .for_premium.table,
body.os_ios .for_ios.table,
body.os_android .for_android.table,
body.os_windows_phone .for_windowsphone.table {
display: table;
}
body.logged_in .user.table-cell,
body.logged_out .no_user.table-cell,
body.is_mobile .for_mobile.t