{"id":1255,"date":"2022-03-24T10:15:00","date_gmt":"2022-03-24T09:15:00","guid":{"rendered":"https:\/\/irg-net.com\/?p=1255"},"modified":"2022-02-22T12:01:22","modified_gmt":"2022-02-22T11:01:22","slug":"how-to-install-bitwarden-password-manager-on-debian-11","status":"publish","type":"post","link":"https:\/\/irg-net.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/","title":{"rendered":"How to Install Bitwarden Password Manager on Debian 11"},"content":{"rendered":"\n<p>Bitwarden is an open-source solution that lets you manage your accounts and protect them with passwords of varying complexity. For this purpose, the program also offers a two-step authentication process, among other things.<\/p>\n\n\n\n<p>As with most popular password managers, Bitwarden secures data using 256-bit AES encryption. The data vault is then accessed via a master password, which they must assign during the installation process.<\/p>\n\n\n\n<p>The Bitwarden desktop client for Windows, Linux or macOS is available for download on the project&#8217;s website. The free app for Android and iOS, on the other hand, can be downloaded directly from the Google Play Store or the Apple Store. Alternatively, you can also open Bitwarden via a web browser and thus, for example, also conveniently retrieve your data recorded on the iPad via the PC.<\/p>\n\n\n\n<p>In this post, we will show you how to install the Bitwarden password manager on Debian 11. Please don&#8217;t forget if you are <strong>root<\/strong>, you don&#8217;t need to use <strong>sudo<\/strong>. I recommend to access this VM via <strong>root<\/strong>.<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Step 1:<\/strong> Install Docker<\/p>\n\n\n\n<p>Bitwarden provides a free version that you can install with Docker. By default, the latest version of Docker is not included in the Debian 11 default repository. So you will need to install it from Docker&#8217;s official repository.<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\"># First, install all required dependencies using the following command:\napt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common\n\n# Once all the dependencies are installed, download and add the GPG key with the following command:\ncurl -fsSL https:\/\/download.docker.com\/linux\/debian\/gpg | gpg --dearmor -o \/usr\/share\/keyrings\/docker-archive-keyring.gpg\n\n# Next, add the Docker CE repository to the APT using the following command:\necho \"deb [arch=amd64 signed-by=\/usr\/share\/keyrings\/docker-archive-keyring.gpg] https:\/\/download.docker.com\/linux\/debian $(lsb_release -cs) stable\" | tee \/etc\/apt\/sources.list.d\/docker.list\n\n# Next, update the repository and install the Docker CE with the following command:\napt-get update -y\r\napt-get install docker-ce docker-ce-cli containerd.io -y<\/code><\/pre>\n\n\n\n<p>After Installation<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\"># Once the installation has been completed, you can verify the Docker CE version using the following command:\ndocker --version\n\n# You will get the following output:\nDocker version 20.10.9, build c2ea9bc<\/code><\/pre>\n\n\n\n<p>You can also check the status of the Docker with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">systemctl status docker\n\n# You should see the following output:\n\u25cf docker.service - Docker Application Container Engine\r\n     Loaded: loaded (\/lib\/systemd\/system\/docker.service; enabled; vendor preset: enabled)\r\n     Active: active (running) since Tue 2022-02-22 03:38:57 CST; 47min ago\r\nTriggeredBy: \u25cf docker.socket\r\n       Docs: https:\/\/docs.docker.com\r\n   Main PID: 2167 (dockerd)\r\n      Tasks: 57\r\n     Memory: 830.2M\r\n        CPU: 2min 21ms\r\n     CGroup: \/system.slice\/docker.service\r\n             \u251c\u25002167 \/usr\/bin\/dockerd -H fd:\/\/ --containerd=\/run\/containerd\/containerd.sock\r\n             \u251c\u25006809 \/usr\/bin\/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 443 -container-ip 172.19.0.9 -container-port 84>\r\n             \u251c\u25006816 \/usr\/bin\/docker-proxy -proto tcp -host-ip :: -host-port 443 -container-ip 172.19.0.9 -container-port 8443\r\n             \u251c\u25006828 \/usr\/bin\/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 80 -container-ip 172.19.0.9 -container-port 8080\r\n             \u2514\u25006835 \/usr\/bin\/docker-proxy -proto tcp -host-ip :: -host-port 80 -container-ip 172.19.0.9 -container-port 8080\r<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Step 2:<\/strong> Install Docker Compose<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\"># Next, download the latest version of Docker Composer with the following command:\nwget https:\/\/github.com\/docker\/compose\/releases\/download\/v2.0.1\/docker-compose-linux-x86_64\n\n# Next, copy the downloaded binary to the system path using the following command:\nmv docker-compose-linux-x86_64 \/usr\/bin\/docker-compose\n\n# Next, set the execution permission to the Docker Compose binary:\nchmod 755 \/usr\/bin\/docker-compose<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Step 3:<\/strong> Install Bitwarden on Debian 11<\/p>\n\n\n\n<p>First visit <a href=\"https:\/\/bitwarden.com\/host\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>https:\/\/bitwarden.com\/host\/<\/strong><\/a> to get your personalized Installation ID and Key, which you will need later in the installation process:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"877\" height=\"652\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?resize=877%2C652&#038;ssl=1\" alt=\"\" class=\"wp-image-1257\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?w=877&amp;ssl=1 877w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?resize=300%2C223&amp;ssl=1 300w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?resize=768%2C571&amp;ssl=1 768w\" sizes=\"auto, (max-width: 877px) 100vw, 877px\" \/><\/figure><\/div>\n\n\n\n<p>After providing Email Address, click on the\u00a0<strong>submit<\/strong>\u00a0button. You will get the installation id and key on the following screen.<\/p>\n\n\n\n<p>Now, download the Bitwarden installation script using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">curl -Lso bitwarden.sh https:\/\/go.btwrdn.co\/bw-sh\n\n# Once the script is downloaded, set the execution permission with the following command:\nchmod +x bitwarden.sh\n\n# Next, start the installation using the following command:\n.\/bitwarden.sh install<\/code><\/pre>\n\n\n\n<p>You will be asked to provide your domain name or IP address, SSL certificate and vault as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\"> _     _ _                         _            \r\n| |__ (_) |___      ____ _ _ __ __| | ___ _ __  \r\n| '_ \\| | __\\ \\ \/\\ \/ \/ _` | '__\/ _` |\/ _ \\ '_ \\ \r\n| |_) | | |_ \\ V  V \/ (_| | | | (_| |  __\/ | | |\r\n|_.__\/|_|\\__| \\_\/\\_\/ \\__,_|_|  \\__,_|\\___|_| |_|\r\n\r\nOpen source password management solutions\r\nCopyright 2015-2022, 8bit Solutions LLC\r\nhttps:\/\/bitwarden.com, https:\/\/github.com\/bitwarden\r\n\r\n===================================================\r\n\r\nbitwarden.sh version 2.26.1\r\nDocker version 20.10.12, build c2ea9bc\r\ndocker-compose version 2.0.1, build unknown\r\n\r\n(!) Enter the domain name for your Bitwarden instance (ex. bitwarden.example.com): 192.168.178.50\r\n\r\n(!) Do you want to use Let's Encrypt to generate a free SSL certificate? (y\/n): n\r\n\r\n(!) Enter the database name for your Bitwarden instance (ex. vault): vault<\/code><\/pre>\n\n\n\n<p>Provide all required information then press\u00a0<strong>Enter<\/strong>. You will be asked to provide your installation id and key as shown below:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">Digest: sha256:29bd0777de8b902bd26a67f74c832c8032f1bea41e716277a98f7d439a8f2912\r\nStatus: Downloaded newer image for bitwarden\/setup:1.43.0\r\ndocker.io\/bitwarden\/setup:1.43.0\r\n\r\n(!) Enter your installation id (get at https:\/\/bitwarden.com\/host): xxxxxxx-xxxxxx-xxxx-xxxx-xxxxxxxxxx\r\n\r\n(!) Enter your installation key: xxxxxxxxxxx\r\n\r\n(!) Do you have a SSL certificate to use? (y\/n): n\r\n\r\n(!) Do you want to generate a self-signed SSL certificate? (y\/n): y<\/code><\/pre>\n\n\n\n<p>Provide all required information then hit the\u00a0<strong>Enter<\/strong>\u00a0to start the installation. Once the installation has been finished, you will get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">Generating self signed SSL certificate.\r\nGenerating a RSA private key\r\n.....++++\r\n...........................................................................................................................++++\r\nwriting new private key to '\/bitwarden\/ssl\/self\/69.28.84.207\/private.key'\r\n-----\r\nGenerating key for IdentityServer.\r\nGenerating a RSA private key\r\n........................................................................................................................................................................++++\r\n..............................................................................................................++++\r\nwriting new private key to 'identity.key'\r\n-----\r\n\r\n!!!!!!!!!! WARNING !!!!!!!!!!\r\nYou are using an untrusted SSL certificate. This certificate will not be \r\ntrusted by Bitwarden client applications. You must add this certificate to \r\nthe trusted store on each device or else you will receive errors when trying \r\nto connect to your installation.\r\n\r\nBuilding nginx config.\r\nBuilding docker environment files.\r\nBuilding docker environment override files.\r\nBuilding FIDO U2F app id.\r\nBuilding docker-compose.yml.\r\n\r\nInstallation complete\r\n\r\nIf you need to make additional configuration changes, you can modify\r\nthe settings in `.\/bwdata\/config.yml` and then run:\r\n`.\/bitwarden.sh rebuild` or `.\/bitwarden.sh update`\r\n\r\nNext steps, run:\r\n`.\/bitwarden.sh start`<\/code><\/pre>\n\n\n\n<p>Next, start the Bitwarden using the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-size:14px\"><code lang=\"python\" class=\"language-python\">.\/bitwarden.sh start\n\n# You will get the following output:\n _     _ _                         _            \r\n| |__ (_) |___      ____ _ _ __ __| | ___ _ __  \r\n| '_ \\| | __\\ \\ \/\\ \/ \/ _` | '__\/ _` |\/ _ \\ '_ \\ \r\n| |_) | | |_ \\ V  V \/ (_| | | | (_| |  __\/ | | |\r\n|_.__\/|_|\\__| \\_\/\\_\/ \\__,_|_|  \\__,_|\\___|_| |_|\r\n\r\nOpen source password management solutions\r\nCopyright 2015-2022, 8bit Solutions LLC\r\nhttps:\/\/bitwarden.com, https:\/\/github.com\/bitwarden\r\n\r\n===================================================\r\n\r\nbitwarden.sh version 2.26.1\r\nDocker version 20.10.12, build c2ea9bc\r\ndocker-compose version 2.0.1, build unknown\r\n\r\nPulling mssql         ... done\r\nPulling web           ... done\r\nPulling attachments   ... done\r\nPulling api           ... done\r\nPulling identity      ... done\r\nPulling sso           ... done\r\nPulling admin         ... done\r\nPulling portal        ... done\r\nPulling icons         ... done\r\nPulling notifications ... done\r\nPulling events        ... done\r\nPulling nginx         ... done\r\n\r\nCreating network \"docker_default\" with the default driver\r\nCreating network \"docker_public\" with the default driver\r\nCreating bitwarden-web           ... done\r\nCreating bitwarden-mssql         ... done\r\nCreating bitwarden-sso           ... done\r\nCreating bitwarden-icons         ... done\r\nCreating bitwarden-attachments   ... done\r\nCreating bitwarden-identity      ... done\r\nCreating bitwarden-notifications ... done\r\nCreating bitwarden-api           ... done\r\nCreating bitwarden-events        ... done\r\nCreating bitwarden-admin         ... done\r\nCreating bitwarden-portal        ... done\r\nCreating bitwarden-nginx         ... done\r\n1.43.0: Pulling from bitwarden\/setup\r\nDigest: sha256:29bd0777de8b902bd26a67f74c832c8032f1bea41e716277a98f7d439a8f2912\r\nStatus: Image is up to date for bitwarden\/setup:1.43.0\r\ndocker.io\/bitwarden\/setup:1.43.0\r\n\r\n\r\nBitwarden is up and running!\r\n===================================================\r\n\r\nvisit https:\/\/192.168.178.50\r\nto update, run `.\/bitwarden.sh updateself` and then `.\/bitwarden.sh update`<\/code><\/pre>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Step 4:<\/strong> Access Bitwarden Web Interface<\/p>\n\n\n\n<p>Now, open your web browser and access the Bitwarden web interface using the URL\u00a0<strong><a href=\"https:\/\/irg-net.com\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/your-server-ip<\/a><\/strong> or <strong><a href=\"https:\/\/irg-net.com\">https:\/\/yourdomain.com<\/a><\/strong>. You will get the following page:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"573\" height=\"646\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110908.jpg?resize=573%2C646&#038;ssl=1\" alt=\"\" class=\"wp-image-1258\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110908.jpg?w=573&amp;ssl=1 573w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110908.jpg?resize=266%2C300&amp;ssl=1 266w\" sizes=\"auto, (max-width: 573px) 100vw, 573px\" \/><\/figure><\/div>\n\n\n\n<p>Click on the\u00a0<strong>Create Account<\/strong>\u00a0button. You will get the following page:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"585\" height=\"859\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110936.jpg?resize=585%2C859&#038;ssl=1\" alt=\"\" class=\"wp-image-1259\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110936.jpg?w=585&amp;ssl=1 585w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_110936.jpg?resize=204%2C300&amp;ssl=1 204w\" sizes=\"auto, (max-width: 585px) 100vw, 585px\" \/><\/figure><\/div>\n\n\n\n<p>Provide your email, name, master password and click on the\u00a0<strong>Submit<\/strong>\u00a0button. You will get to the Bitwarden login screen:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"566\" height=\"622\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111031.jpg?resize=566%2C622&#038;ssl=1\" alt=\"\" class=\"wp-image-1260\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111031.jpg?w=566&amp;ssl=1 566w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111031.jpg?resize=273%2C300&amp;ssl=1 273w\" sizes=\"auto, (max-width: 566px) 100vw, 566px\" \/><\/figure><\/div>\n\n\n\n<p>After login you should see the Bitwarden dashboard on the following page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"645\" src=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111052.jpg?resize=1024%2C645&#038;ssl=1\" alt=\"\" class=\"wp-image-1261\" srcset=\"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111052.jpg?resize=1024%2C645&amp;ssl=1 1024w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111052.jpg?resize=300%2C189&amp;ssl=1 300w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111052.jpg?resize=768%2C484&amp;ssl=1 768w, https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_111052.jpg?w=1036&amp;ssl=1 1036w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Congratulations! you have successfully installed Bitwarden password manager on Debian 11. Feel free to ask me if you have any questions. \ud83d\ude42<\/p>\n\n\n\n<div style=\"height:34px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bitwarden is an open-source solution that lets you manage your accounts and protect them with passwords of varying complexity. For this purpose, the program also offers a two-step authentication process, among other things. As with most popular password managers, Bitwarden secures data using 256-bit AES encryption. The data vault is then accessed via a master [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1,37,22],"tags":[],"class_list":["post-1255","post","type-post","status-publish","format-standard","hentry","category-blog","category-container","category-debian"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Bitwarden Password Manager on Debian 11 - irgNET<\/title>\n<meta name=\"description\" content=\"I want to show you how to install Bitwarden on Debian 11.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Bitwarden Password Manager on Debian 11 - irgNET\" \/>\n<meta property=\"og:description\" content=\"I want to show you how to install Bitwarden on Debian 11.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/\" \/>\n<meta property=\"og:site_name\" content=\"irgNET\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-24T09:15:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg\" \/>\n<meta name=\"author\" content=\"H. Cemre G\u00fcnay\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@irg_net\" \/>\n<meta name=\"twitter:site\" content=\"@irg_net\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Cemre G\u00fcnay\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/\"},\"author\":{\"name\":\"H. Cemre G\u00fcnay\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\"},\"headline\":\"How to Install Bitwarden Password Manager on Debian 11\",\"datePublished\":\"2022-03-24T09:15:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/\"},\"wordCount\":465,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/2022-02-22_112931.jpg\",\"articleSection\":[\"Blog\",\"Container\",\"Debian\"],\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/\",\"name\":\"How to Install Bitwarden Password Manager on Debian 11 - irgNET\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/2022-02-22_112931.jpg\",\"datePublished\":\"2022-03-24T09:15:00+00:00\",\"description\":\"I want to show you how to install Bitwarden on Debian 11.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/2022-02-22_112931.jpg?fit=877%2C652&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/2022-02-22_112931.jpg?fit=877%2C652&ssl=1\",\"width\":877,\"height\":652},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/index.php\\\/how-to-install-bitwarden-password-manager-on-debian-11\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install Bitwarden Password Manager on Debian 11\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#website\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"name\":\"irgNET\",\"description\":\"a virtual Knowledge Base\",\"publisher\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#organization\",\"name\":\"irg-NET\",\"url\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i2.wp.com\\\/irg-net.com\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1\",\"width\":2048,\"height\":2048,\"caption\":\"irg-NET\"},\"image\":{\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/irg_net\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/h-cemre-g\u00fcnay-2b61601b4\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC8GknhO5YMAkAoVxppu6aaQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/irgnet-ga3w6nfbvw.live-website.com\\\/#\\\/schema\\\/person\\\/71b46e79e8c12bdc8e610214a6621a66\",\"name\":\"H. Cemre G\u00fcnay\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g\",\"caption\":\"H. Cemre G\u00fcnay\"},\"sameAs\":[\"http:\\\/\\\/192.168.34.155\\\/wordpress\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install Bitwarden Password Manager on Debian 11 - irgNET","description":"I want to show you how to install Bitwarden on Debian 11.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/","og_locale":"en_US","og_type":"article","og_title":"How to Install Bitwarden Password Manager on Debian 11 - irgNET","og_description":"I want to show you how to install Bitwarden on Debian 11.","og_url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/","og_site_name":"irgNET","article_published_time":"2022-03-24T09:15:00+00:00","og_image":[{"url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg","type":"","width":"","height":""}],"author":"H. Cemre G\u00fcnay","twitter_card":"summary_large_image","twitter_creator":"@irg_net","twitter_site":"@irg_net","twitter_misc":{"Written by":"H. Cemre G\u00fcnay","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#article","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/"},"author":{"name":"H. Cemre G\u00fcnay","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66"},"headline":"How to Install Bitwarden Password Manager on Debian 11","datePublished":"2022-03-24T09:15:00+00:00","mainEntityOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/"},"wordCount":465,"commentCount":0,"publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg","articleSection":["Blog","Container","Debian"],"inLanguage":"en","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/","name":"How to Install Bitwarden Password Manager on Debian 11 - irgNET","isPartOf":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#primaryimage"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#primaryimage"},"thumbnailUrl":"https:\/\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg","datePublished":"2022-03-24T09:15:00+00:00","description":"I want to show you how to install Bitwarden on Debian 11.","breadcrumb":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#primaryimage","url":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?fit=877%2C652&ssl=1","contentUrl":"https:\/\/i0.wp.com\/irg-net.com\/wp-content\/uploads\/2022\/02\/2022-02-22_112931.jpg?fit=877%2C652&ssl=1","width":877,"height":652},{"@type":"BreadcrumbList","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/index.php\/how-to-install-bitwarden-password-manager-on-debian-11\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/"},{"@type":"ListItem","position":2,"name":"How to Install Bitwarden Password Manager on Debian 11"}]},{"@type":"WebSite","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#website","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","name":"irgNET","description":"a virtual Knowledge Base","publisher":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#organization","name":"irg-NET","url":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/","url":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","contentUrl":"https:\/\/i2.wp.com\/irg-net.com\/wp-content\/uploads\/2021\/06\/cropped-FINAL-Removed-Alpha.png?fit=2048%2C2048&ssl=1","width":2048,"height":2048,"caption":"irg-NET"},"image":{"@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/irg_net","https:\/\/www.linkedin.com\/in\/h-cemre-g\u00fcnay-2b61601b4\/","https:\/\/www.youtube.com\/channel\/UC8GknhO5YMAkAoVxppu6aaQ"]},{"@type":"Person","@id":"https:\/\/irgnet-ga3w6nfbvw.live-website.com\/#\/schema\/person\/71b46e79e8c12bdc8e610214a6621a66","name":"H. Cemre G\u00fcnay","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/15f5d90a0ec651cb5003605e56e8ba104f93bc11230562284db56c845df9d54d?s=96&r=g","caption":"H. Cemre G\u00fcnay"},"sameAs":["http:\/\/192.168.34.155\/wordpress"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/comments?post=1255"}],"version-history":[{"count":1,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1255\/revisions"}],"predecessor-version":[{"id":1262,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/posts\/1255\/revisions\/1262"}],"wp:attachment":[{"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/media?parent=1255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/categories?post=1255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/irg-net.com\/index.php\/wp-json\/wp\/v2\/tags?post=1255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}