{"id":15443,"date":"2025-10-15T04:19:26","date_gmt":"2025-10-15T04:19:26","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=15443"},"modified":"2025-10-15T04:19:46","modified_gmt":"2025-10-15T04:19:46","slug":"install-and-configure-a-minecraft-server-on-debian-13","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/","title":{"rendered":"Install and Configure Minecraft Server on Debian 13 &#8211; Step by Step"},"content":{"rendered":"\n<p>\n  Minecraft is a popular sandbox game that allows players to explore and build together in an infinite block-based universe. Your own Minecraft server allows you to control your gaming experience. From world settings, plugins, and who can join the server. Debian 13 offers stability, performance, and security when you set up a Minecraft Server. Debian is lightweight, making it ideal for running dedicated gaming servers on VPS hardware.\n<\/p>\n\n\n\n<p>\n  This guide will walk you through installing and configuring Minecraft on Debian 13.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-15443-_g6mjflxz1k2v\"><\/a><strong>How to Install a Minecraft Server on Debian 13<\/strong><\/h2>\n\n\n\n<p>\n  You can control everything with your own Minecraft server: rules, mods, and world backups. Who can join? The process for Debian 13 is the same as other Debian\/Ubuntu releases, but it&#8217;s important to make sure your Java version matches the Minecraft server requirements.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_vandie32wym1\"><\/a>Prerequisites<\/h3>\n\n\n\n<p>\n  Before starting:\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Debian 13 VPSs with root or sudo Access<\/li>\n\n\n\n<li>A minimum of 2GB RAM is required (more for mods or multiple players).<\/li>\n\n\n\n<li>Port 25565 can be accessed by players via a firewall or port forwarding.<\/li>\n\n\n\n<li>Basic familiarity with Linux shell.<br>    <\/li>\n<\/ul>\n\n\n\n<p>\n  Let\u2019s install it:\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_pcwed8hzymll\"><\/a><strong>Step 1: Update your system<\/strong><\/h3>\n\n\n\n<p>\n  Start by checking that your system is updated.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo apt update\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1034\" height=\"260\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-1.png\" alt=\"  sudo apt update\n\" class=\"wp-image-15444\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-1.png 1034w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-1-300x75.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-1-1024x257.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-1-768x193.png 768w\" sizes=\"(max-width: 1034px) 100vw, 1034px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  You will have the most recent security patches and package lists. There are also no broken dependencies that could cause the installation to fail.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_t3ghy7dp9muw\"><\/a><strong>Step 2: Install necessary packages (Java, tools)<\/strong><\/h3>\n\n\n\n<p>\n  Java is required for Minecraft. Java 17 is often required for newer Minecraft servers (check which version you need). Install screen or tmux to run the server detachably.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo apt install -y openjdk-21-jre-headless wget screen\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1045\" height=\"574\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-2.png\" alt=\"sudo apt install -y openjdk-21-jre-headless wget screen\n\" class=\"wp-image-15445\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-2.png 1045w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-2-300x165.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-2-1024x562.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-2-768x422.png 768w\" sizes=\"(max-width: 1045px) 100vw, 1045px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Explanation:<\/strong>\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>openjdk-17-jre-headless: Java runtime environment without GUI components.<\/li>\n\n\n\n<li>Download the server JAR using wget.<\/li>\n\n\n\n<li>Screen: allows you to run the server as a separate session that you can disconnect from. It will continue running even after you have disconnected.<\/li>\n<\/ul>\n\n\n\n<p>\n  Verify Java:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  java -version\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1037\" height=\"158\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-3.png\" alt=\"  java -version\n\" class=\"wp-image-15446\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-3.png 1037w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-3-300x46.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-3-1024x156.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-3-768x117.png 768w\" sizes=\"(max-width: 1037px) 100vw, 1037px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Openjdk 21 is the version you see.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_ylvnk0sy7urs\"><\/a><strong>Step 3: Create a dedicated Minecraft user<\/strong><\/h3>\n\n\n\n<p>\n  It is safer to run your server as a non-root user.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo adduser &#8211;system &#8211;home \/opt\/minecraft &#8211;shell \/bin\/bash minecraft\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1043\" height=\"103\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-4.png\" alt=\"  sudo adduser --system --home \/opt\/minecraft --shell \/bin\/bash minecraft\n\" class=\"wp-image-15447\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-4.png 1043w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-4-300x30.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-4-1024x101.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-4-768x76.png 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Explanation:<\/strong>\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&#8211;system creates a system user by default (no login).<\/li>\n\n\n\n<li>Sets the home directory for Minecraft.<\/li>\n\n\n\n<li>The server files will be owned by the user and isolated from root.<br>    <\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_hnt4cmswvwwt\"><\/a><strong>Step 4: Download the Minecraft server JAR<\/strong><\/h3>\n\n\n\n<p>\n  Create a directory in the Minecraft user&#8217;s home directory, and then fetch the latest server JAR.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo su &#8211; minecraft\n<\/p><p>\n  cd ~\n<\/p><p>\n  mkdir server\n<\/p><p>\n  cd server\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1032\" height=\"179\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-5.png\" alt=\"  sudo su - minecraft\n\" class=\"wp-image-15448\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-5.png 1032w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-5-300x52.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-5-1024x178.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-5-768x133.png 768w\" sizes=\"(max-width: 1032px) 100vw, 1032px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Use the latest version of Minecraft&#8217;s official servers page to replace URL:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  wget https:\/\/piston-data.mojang.com\/v1\/objects\/95495a7f485eedd84ce928cef5e223b757d2f764\/server.jar\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1044\" height=\"451\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-6.png\" alt=\"  wget https:\/\/piston-data.mojang.com\/v1\/objects\/95495a7f485eedd84ce928cef5e223b757d2f764\/server.jar\n\" class=\"wp-image-15449\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-6.png 1044w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-6-300x130.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-6-1024x442.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-6-768x332.png 768w\" sizes=\"(max-width: 1044px) 100vw, 1044px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  This places the server JAR in \/opt\/minecraft\/server (as the minecraft user). You will need to manually replace. You can download Mojang from the official Mojang page by using the correct URL\/path.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_3454e8blh8v6\"><\/a><strong>Step 5: Accept the EULA<\/strong><\/h3>\n\n\n\n<p>\n  Edit and accept the files generated by the server, which include eula.txt.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  java -Xmx1024M -Xms1024M -jar server.jar nogui\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1047\" height=\"451\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-7.png\" alt=\"  java -Xmx1024M -Xms1024M -jar server.jar nogui\n\" class=\"wp-image-15450\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-7.png 1047w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-7-300x129.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-7-1024x441.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-7-768x331.png 768w\" sizes=\"(max-width: 1047px) 100vw, 1047px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  The server will begin, but fail to accept the EULA and create a file called eula.txt. Then:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  nano eula.txt\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>\n  Change:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  eula=true\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1040\" height=\"638\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-8.png\" alt=\"Setting eula=true\" class=\"wp-image-15451\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-8.png 1040w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-8-300x184.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-8-1024x628.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-8-768x471.png 768w\" sizes=\"(max-width: 1040px) 100vw, 1040px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Save and exit.\n<\/p>\n\n\n\n<p>\n  Minecraft will not work unless you accept the End User License Agreement (EULA). This is a legal and\/or safety requirement.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_o79ntr2c9pmh\"><\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_gmnklnx8f5h8\"><\/a><strong>Step 6: Configure server memory &amp; settings<\/strong><\/h3>\n\n\n\n<p>\n  Create a startup script, e.g., start.sh is a script that defines memory usage, flags, and other parameters:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  cat &gt; start.sh &lt;&lt; &#8216;EOF&#8217;\n<\/p><p>\n  #!\/bin\/bash\n<\/p><p>\n  java -Xms512M -Xmx2G -jar server.jar nogui\n<\/p><p>\n  EOF\n<\/p><p>\n  chmod +x start.sh\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1045\" height=\"209\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-9.png\" alt=\"  cat &gt; start.sh << 'EOF'\n\" class=\"wp-image-15452\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-9.png 1045w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-9-300x60.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-9-1024x205.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-9-768x154.png 768w\" sizes=\"(max-width: 1045px) 100vw, 1045px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Edit server.properties and adjust settings for your server (port, whitelist, world name, etc.) ):\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  nano server.properties\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1037\" height=\"599\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-10.png\" alt=\"minecraft server properties\" class=\"wp-image-15453\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-10.png 1037w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-10-300x173.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-10-1024x591.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-10-768x444.png 768w\" sizes=\"(max-width: 1037px) 100vw, 1037px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Explanation:<\/strong>\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>-Xms &amp; -Xmx Set initial and maximum RAM allotment (adjusted to VPS memory)<\/li>\n\n\n\n<li>Server.properties allows you to fine-tune your gameplay settings, including difficulty, PVP, and spawn limits. ).<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_7jv1al1nuurn\"><\/a><strong>Step 7: Run the server using screen<\/strong><\/h3>\n\n\n\n<p>\n  Start a screen and keep your server running so that it remains active after you disconnect from SSH.\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  screen -S minecraft\n<\/p><p>\n  .\/start.sh\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1043\" height=\"429\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-11.png\" alt=\"  .\/start.sh\n\" class=\"wp-image-15454\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-11.png 1043w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-11-300x123.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-11-1024x421.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-11-768x316.png 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Use Ctrl+A and D to disconnect from the session.\n<\/p>\n\n\n\n<p>\n  To reattach later:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  screen -r minecraft\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1040\" height=\"103\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-12.png\" alt=\"  screen -r minecraft\n\" class=\"wp-image-15455\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-12.png 1040w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-12-300x30.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-12-1024x101.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-12-768x76.png 768w\" sizes=\"(max-width: 1040px) 100vw, 1040px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Screen allows you to run lengthy processes in a separate session. The server won&#8217;t be killed if you close your SSH. Many guides use screens for Minecraft servers.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_73xyd3u5rsy0\"><\/a><strong>Step 8: Configure firewall and port forwarding<\/strong><\/h3>\n\n\n\n<p>\n  Allow inbound connections to Minecraft&#8217;s default ports (25565).\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo ufw allow 25565\/tcp\n<\/p><p>\n  sudo ufw reload\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1037\" height=\"218\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-13.png\" alt=\"  sudo ufw allow 25565\/tcp\n\" class=\"wp-image-15456\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-13.png 1037w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-13-300x63.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-13-1024x215.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-13-768x161.png 768w\" sizes=\"(max-width: 1037px) 100vw, 1037px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  Port forwarding is required if your VPS is behind NAT. Open port 25565 on your firewall to allow players to connect. Connection attempts will fail if you don&#8217;t open port 25565.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_k48myqo62lab\"><\/a><strong>Step 9: Set up Minecraft as a systemd service <\/strong><\/h3>\n\n\n\n<p>\n  To make the server start on boot and run as a service, create:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo tee \/etc\/systemd\/system\/minecraft.service &gt; \/dev\/null &lt;&lt; &#8216;EOF&#8217;\n<\/p><p>\n  [Unit]\n<\/p><p>\n  Description=Minecraft Server\n<\/p><p>\n  After=network.target\n<\/p><p>\n  [Service]\n<\/p><p>\n  User=minecraft\n<\/p><p>\n  WorkingDirectory=\/opt\/minecraft\/server\n<\/p><p>\n  ExecStart=\/opt\/minecraft\/server\/start.sh\n<\/p><p>\n  Restart=on-failure\n<\/p><p>\n  RestartSec=20\n<\/p><p>\n  [Install]\n<\/p><p>\n  WantedBy=multi-user.target\n<\/p><p>\n  EOF\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<p>\n  Then enable and start it:\n<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><p>\n  sudo systemctl daemon-reload\n<\/p><p>\n  sudo systemctl enable minecraft\n<\/p><p>\n  sudo systemctl start minecraft\n<\/p><p>\n  sudo systemctl status minecraft\n<\/p><\/th><\/tr><\/thead><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"1043\" height=\"603\" src=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-14.png\" alt=\"enable and start minecraft server\" class=\"wp-image-15457\" srcset=\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-14.png 1043w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-14-300x173.png 300w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-14-1024x592.png 1024w, https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/word-image-15443-14-768x444.png 768w\" sizes=\"(max-width: 1043px) 100vw, 1043px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>\n  With a systemd service, your Minecraft server will automatically start after reboots. It can also be controlled with systemctl and restarted in the event of a crash. This is more efficient than using a screen.\n<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a id=\"post-15443-_tbccet85rraf\"><\/a><strong>Step 10: Backup and maintenance<\/strong><\/h3>\n\n\n\n<p>\n  Backups are essential because Minecraft servers are very sensitive to corruption of world data. Data loss can occur when updates are not done safely.\n<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Back up your world\/ directory, server configurations, and other important files regularly.  <\/li>\n\n\n\n<li> Update the server by stopping the service, backing up, replacing minecraft_server.jar (the older version) with the newer version, and restarting.<\/li>\n\n\n\n<li> Logs can be viewed in the logs\/folder, and the latest.log files are located within the server directory.<br>  <\/li>\n<\/ul>\n\n\n\n<p>\n  That is all from the guide.\n<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><a id=\"post-15443-_xgtiw2rik8yn\"><\/a><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>\n  To install a Minecraft server on Debian 13, first update your system using sudo apt update &amp;&amp; sudo apt upgrade -y, then install Java and tools with sudo apt install openjdk-17-jre-headless wget screen -y. Download the Minecraft server JAR and then run it to generate files. Accept the EULA by editing eula.txt and changing eula=true. Then create a startup script like java \u2013Xms512M-Xmx2G-jar minecraft_server.jar \u2013 nogui.\n<\/p>\n\n\n\n<p>\n  Use the screen to run the server in the background, and open port 25565 in your firewall with sudo ufw allow 25565\/tcp. Optionally, create a systemd service for automatic startup. Your Minecraft server is now ready to run on Debian 13.\n<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Minecraft is a popular sandbox game that allows players to explore and build together in an infinite block-based universe. Your own Minecraft server allows you to control your gaming experience. From world settings, plugins, and who can join the server. Debian 13 offers stability, performance, and security when you set up a Minecraft Server. Debian [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":15459,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[933,334,944],"class_list":["post-15443","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-debian-13","tag-gaming","tag-minecaft-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install and Configure Minecraft Server on Debian 13 - Step by Step<\/title>\n<meta name=\"description\" content=\"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install and Configure Minecraft Server on Debian 13 - Step by Step\" \/>\n<meta property=\"og:description\" content=\"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-15T04:19:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-15T04:19:46+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"Install and Configure Minecraft Server on Debian 13 &#8211; Step by Step\",\"datePublished\":\"2025-10-15T04:19:26+00:00\",\"dateModified\":\"2025-10-15T04:19:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\"},\"wordCount\":1078,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg\",\"keywords\":[\"Debian 13\",\"Gaming\",\"Minecaft Server\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\",\"name\":\"Install and Configure Minecraft Server on Debian 13 - Step by Step\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg\",\"datePublished\":\"2025-10-15T04:19:26+00:00\",\"dateModified\":\"2025-10-15T04:19:46+00:00\",\"description\":\"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg\",\"width\":1020,\"height\":600,\"caption\":\"Install Minecraft Server on Debian 13\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install and Configure Minecraft Server on Debian 13 &#8211; Step by Step\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install and Configure Minecraft Server on Debian 13 - Step by Step","description":"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!","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:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/","og_locale":"en_US","og_type":"article","og_title":"Install and Configure Minecraft Server on Debian 13 - Step by Step","og_description":"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!","og_url":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/","og_site_name":"Greenwebpage Community","article_published_time":"2025-10-15T04:19:26+00:00","article_modified_time":"2025-10-15T04:19:46+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"Install and Configure Minecraft Server on Debian 13 &#8211; Step by Step","datePublished":"2025-10-15T04:19:26+00:00","dateModified":"2025-10-15T04:19:46+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/"},"wordCount":1078,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg","keywords":["Debian 13","Gaming","Minecaft Server"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/","url":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/","name":"Install and Configure Minecraft Server on Debian 13 - Step by Step","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg","datePublished":"2025-10-15T04:19:26+00:00","dateModified":"2025-10-15T04:19:46+00:00","description":"This guide will walk you through step by step installing and configuring Minecraft on Debian 13 Trixie. Learn more!","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2025\/10\/Install-Minecraft-Server-on-Debian-13.jpg","width":1020,"height":600,"caption":"Install Minecraft Server on Debian 13"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/install-and-configure-a-minecraft-server-on-debian-13\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"Install and Configure Minecraft Server on Debian 13 &#8211; Step by Step"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=15443"}],"version-history":[{"count":2,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15443\/revisions"}],"predecessor-version":[{"id":15460,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/15443\/revisions\/15460"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/15459"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=15443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=15443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=15443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}