Free MetalVPS Intel i9-13900 Traditional Shell Account! Make Your Own VPSes!

191012141520

Comments

  • @iamvinh123 said:
    I'll try to compile Buildroot in the new server

    It works!

  • @Not_Oles said: I haven't used Docker very much. From @yoursunny I heard that adding people to the docker group is equivalent to giving them root on the server. If you Google search "docker group privilege escalation" there seems to be a lot of information available.

    As you said, I searched "Docker Privilege Escalation" on Google and found that as you mentioned, members of the Docker group do have a way to escape the container and obtain root privileges on the host with just a few simple commands. This is the first time I've known about such a vulnerability, which is a bit scary. I understand your concerns. Configuring the Docker environment in a VM myself should be safe, right?

  • somiksomik OG Hostbusters

    @NodeSeek用户123 said:

    @Not_Oles said: I haven't used Docker very much. From @yoursunny I heard that adding people to the docker group is equivalent to giving them root on the server. If you Google search "docker group privilege escalation" there seems to be a lot of information available.

    As you said, I searched "Docker Privilege Escalation" on Google and found that as you mentioned, members of the Docker group do have a way to escape the container and obtain root privileges on the host with just a few simple commands. This is the first time I've known about such a vulnerability, which is a bit scary. I understand your concerns. Configuring the Docker environment in a VM myself should be safe, right?

    From what I see, it only happens IF you mount the docker socket inside the container. Only docker management container like Portainer should do this (unless I missed something). If you are using portainer and it gets hacked, ofcourse your entire docker installation is compromised.

    Portainer install command:

    docker volume create portainer_data
    
    docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
    

    See the line -v /var/run/docker.sock:/var/run/docker.sock ? That is mounting the docker socket inside the container. If you do not do it for all your containers, I don't see any issues...

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • @NodeSeek用户123 said:
    I am very happy to know your interest in learning Chinese. I still remember when we were young, we first learned "拼音" when we learned Chinese. Learning Pinyin enables us to spell Chinese characters, similar to phonetic symbols in English. Then we will learn "偏旁与部首“(radicals and components). Radicals and components help us understand the same/similar meanings of some Chinese characters, similar to "roots", "prefixes" and "suffixes" in English. As for the order of Chinese characters to learn,seriously, I recommend looking at primary school or even kindergarten Chinese textbooks. They usually mark "Pinyin" which will help you pronounce. And the characters that appear in primary school/kindergarten Chinese textbooks are often the most basic and commonly used, aren't they?

    I started learning Chinese more seriously when I was in 2nd grade primary school. At first, we learned about pinyin and radicals, same as you. And after learning pinyin and radicals we started to learn using textbooks. The first book we used to learn is HanYu (汉语). It consists of 2 books, textbook (课本) and exercise book (练习册). After that, we switched to the new book, the name of the book is ZhongWen (technically mean Chinese Language) (中文). It's a harder version of 汉语, with longer texts and more exercises.

    In 汉语 textbook, the texts are still very easy and understandable, even there are no pinyin. We started from the first level, second level, and third level book, and after we finished learned the 3rd level book we switched to 3rd level of 中文 book. On 中文3 (3rd level of 中文), they usually mark pinyin. But starting from 中文5 (5th level), the pinyins are mostly removed from the text, except the one that is hard to understand.

  • @Not_Oles said:
    Hello again! Just wondering whether now might be a good time for everyone to make a current backup. Don't forget to test your backups so that you know you can restore from them. Best wishes!

    I don't need a backup because i don't have anything important things on this thing:)

  • Just got Windows XP SP3 working on MetalVPS with RDP!

    Windows XP installation took 5 minutes!

  • @Not_Oles Thank you so much for reinstating my account!

  • @iamvinh123 said:

    @iamvinh123 said:
    I wonder if I can make a backup btw :)

    I can create a backup so nvm about that (nvm = nevermind)

    Since I don't have anything important, I will not do a backup

  • @Exinjh said:
    Just got Windows XP SP3 working on MetalVPS with RDP!

    Windows XP installation took 5 minutes!

    Great

  • And yes, I can tell my XP VM configuration if someone need this.

  • Hi @Not_Oles im a 14 year old student in USA who wants to try metalvps for creating Qemu-KVM VMs. I also saw some posts about new i9-9900k server i would like to try that server too for gpu passthrough (vGPU) but i need sudo permissions for that gpu passthrough thing. My ed25519 SSH key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIATeMYw8cEikz3WblEkWXuibINQw9kDwigwA4FcTYDzX eddsa-key-20230505
    Best wishes! John

  • @SySSamin said: previous

    @Not_Oles said: ant to make for Minecraft. Could

    @Not_Oles said:

    @SySSamin said:

    @Yqua said:

    @SySSamin said:
    Hi @Not_Oles
    I want to get MetalVPS for Server Hosting
    SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXxrJ2226g8KPky2Zg1PEjjIsRUXF/aI9+HGun5tkdv eddsa-key-20230429

    Hello SysSamin,

    can you tell us a little bit about yourself and what you want to use MetalVPS for?

    I'm helping @Not_Oles out with MetalVPS, as an volunteer system administrator, due to the increase in users.

    Hello. So I want to use Metal VPS for Testing a Minecraft Server like how to make it put plugins and use it. since my laptop is low end I can't do that.

    Hi @SySSamin!

    Thanks for your request! Your request is welcome, and I am trying to consider it carefully.

    I wish you had included more information about yourself and your education and your experience. Also, I wonder about what brand and model laptop you are using. Could you please share more details?

    I wonder about the plugin you want to make for Minecraft. Could you share specific details about what you want your plugin to do?

    For somebody like me, who is clueless™ about Windows, Minecraft, and Java, Google found me this 2020 guide to Minecraft plugin development. Is this guide okay, or is there another guide which you would recommend?

    How can I better understand details about you and about what you want to do on the server?

    Best wishes!

    Tom

    Hello again, So my Laptop Model is HP ProBook 450 G3. I am learning about making Minecraft servers and I am not making a Plugin
    I am gonna learn how to use the Public Plugins. From Websites and test it.

  • @OpenSourceUser said:
    Hi @Not_Oles im a 14 year old student in USA who wants to try metalvps for creating Qemu-KVM VMs. I also saw some posts about new i9-9900k server i would like to try that server too for gpu passthrough (vGPU) but i need sudo permissions for that gpu passthrough thing. My ed25519 SSH key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIATeMYw8cEikz3WblEkWXuibINQw9kDwigwA4FcTYDzX eddsa-key-20230505
    Best wishes! John

    that server does not have any GPUs so you can't do GPU passthrough.
    Freaking use punctuation please. Did your English teacher not teach you to use them?

    DM us for private tracker invite.

  • edited May 2023

    Got Windows For Workgroups 3.11 working on MetalVPS! Even with USB-Tablet support!

    BTW, DOS has problem - it always using 100% of CPU. But DosIdle can fix it! (i use it on this VM).
    Also, I can install network and video driver. But i will do it later. I can make tutorial how to make this VM, and give link to DosIdle

  • Not_OlesNot_Oles Provider
    edited May 2023

    Hello, guys! it's a great morning here in the Sonoran Desert! 🗽🇺🇸🇲🇽🏜️

    I looked quickly through the posts which happened while I was sleeping, and I will respond to them soon.

    Here's what top looked like this morning. I'm curious about processes 138234 and 148866. Would the guys running those processes please post about what is happening in those processes? For process 11502 and process 11028, I know a little bit, but not much, about what is happening. Based on prior experience, I think processes 11502 1nd 11028 will calm down in another hour or two when they have finished today's jobs.

    Is anyone noticing reduced performance? We were looking at load averages about 8, and I don't recall anyone mentioning any performance issues. How is the server working for you now, with the load average at 16 and kswapd0 running at 50%?

    Does anybody object to my not redacting usernames? Unless someone objects, I will stop redacting usernames.

    Best wishes! Have a fun day!

    Tom

    root@fsn ~ # date; top -n 1 -b | head -n 20
    Fri May  5 02:46:57 PM UTC 2023
    top - 14:46:57 up 6 days, 16:15, 14 users,  load average: 16.01, 14.60, 11.86
    Tasks: 465 total,   2 running, 463 sleeping,   0 stopped,   0 zombie
    %Cpu(s): 26.5 us,  8.8 sy,  0.0 ni, 38.2 id,  2.9 wa,  0.0 hi,  2.9 si,  0.0 st 
    MiB Mem :  64098.1 total,    400.1 free,  54754.7 used,   9661.3 buff/cache     
    MiB Swap:  32734.0 total,  16188.8 free,  16545.2 used.   9343.4 avail Mem 
    
        PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND
     138234 redacted  20   0   11.4g  10.1g   5032 R 375.0  16.1     15,31 qemu-sy+
     148866 redacted  20   0 9736192   8.0g   6708 S 356.2  12.8  80:45.57 qemu-sy+
      11502 redacted  20   0 4592848   2.6g   3824 S 287.5   4.2     42,10 qemu-sy+
      11028 redacted  20   0 3217944   1.6g   4188 S 193.8   2.5     35,24 qemu-sy+
     125435 redacted  20   0 9776260   6.8g   4596 S 162.5  10.9     20,12 qemu-sy+
     146584 redacted  20   0 9557108   6.8g   5224 S  87.5  10.9 226:49.16 qemu-sy+
        220 root      20   0       0      0      0 S  50.0   0.0  22:17.47 kswapd0
     129352 redacted  20   0   10.5g   5.5g   4380 S  25.0   8.7 328:13.17 qemu-sy+
     138118 redacted  20   0 9781.7m   4.8g   5632 S  25.0   7.6      8,23 qemu-sy+
     147573 redacted  20   0   10.4g   4.7g   6584 S   6.2   7.5  79:06.37 qemu-sy+
     149837 root      20   0   11592   5332   3268 R   6.2   0.0   0:00.01 top
          1 root      20   0  169600   8864   5748 S   0.0   0.0   0:05.74 systemd
          2 root      20   0       0      0      0 S   0.0   0.0   0:00.26 kthreadd
    root@fsn ~ # 
    
  • Not_OlesNot_Oles Provider

    @terrorgen said:

    @OpenSourceUser said:
    Hi @Not_Oles im a 14 year old student in USA who wants to try metalvps for creating Qemu-KVM VMs. I also saw some posts about new i9-9900k server i would like to try that server too for gpu passthrough (vGPU) but i need sudo permissions for that gpu passthrough thing. My ed25519 SSH key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIATeMYw8cEikz3WblEkWXuibINQw9kDwigwA4FcTYDzX eddsa-key-20230505
    Best wishes! John

    that server does not have any GPUs so you can't do GPU passthrough.

    @terrorgen, About the i9-9900K, Intel seems to say

    Processor Graphics
    Intel® UHD Graphics 630

    "Processor Graphics indicates graphics processing circuitry integrated into the processor, providing the graphics, compute, media, and display capabilities. Processor graphics brands include . . . Intel® UHD Graphics"

    Maybe you meant that the server doesn't have any separate graphics card, which seems to be true. But apparently there is at least some built-in, lower quality graphics capability? :)

    Freaking use punctuation please. Did your English teacher not teach you to use them?

    @terrorgen, your kind and gentle comments are much appreciated! I am very thankful that you are participating in this thread! You are so knowledgeable about so many things. And you share your knowledge here at LES, which is great. Thank you so much! <3

    I think, if some guy misses a few punctuation marks, maybe that's less important than other concerns you have raised to which I am giving careful consideration. You said you do not want to use the MetalVPS i9-13900 to compile for Nix because too many guys are trying to run graphical stuff on the i9-13900. It concerns me deeply that one of the most important and helpful guys on LES wouldn't want to use MetalVPS for compiling. More on this point soon! :)

  • Not_OlesNot_Oles Provider

    @iamvinh123 @dinopotato @itsmepaddi @NodeSeek用户123

    May I please add @NodeSeek用户123 to the i9-9900K and also to the sudo group there?

  • @Not_Oles I am sick and tired with people abusing free resources that you generously provided to the community.

    I don't know how you keep your cool. Would you please teach me a thing or two?

    DM us for private tracker invite.

  • Not_OlesNot_Oles Provider

    @Exinjh said:

    @Exinjh Would you kindly send me a PM about who you really are, where you really are, what you are running on the server, and what you are trying to accomplish. It's fine to joke around, but, really, if you want to keep your account, it's time to play it straight.

    Is it compulsory?

    I see your question, "Is it compulsory?" Please take another look at what you told us originally at https://lowendspirit.com/discussion/comment/137147/#Comment_137147 :-1:

    Hi, @Not_Oles. I want to get an account in your MetalVPS. I'm 17 years old guy from France. I used Linux only on VMware - Alpine Linux. It's my favourite Linux distro! I want to try creating QEMU-KVM virtual machines, try creating LXC containers and proot-environments. I have nice Linux skill. Here's my SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENxEGH5VonVLWw6nyrfa9idt/mPixNsYMjdrz3iT8oX eddsa-key-20230427. I hope I'll be accepted.

    How can I continue giving you opportunities to show who you really are? You seem not to want to tell us, and not to tell me, even privately. :)

    (I will not run benchmarks anymore, and decrease vCPUs of my VM.)

    This misses the point! It's certainly okay to run benchmarks and to do other heavy stuff. I keep trying to say that the way to do heavy stuff is to post here about what you are doing, how, why, when, how long.

    Also, thanks for unsuspending my account!

    You're welcome! But your account seems to have been suspended again. :)

    Best wishes!

  • Not_OlesNot_Oles Provider

    @Exinjh said:
    Also @Not_Oles , delete @VMCreator 's home folder (or only disk files), because I sure his "public RDP" eating so much disk space.

    Thanks for the suggestion to delete @VMCreator's files. That's definitely a step to be considered soon. Here is the present disk availability:

    root@fsn ~ # date; df -h .
    Fri May  5 06:10:05 PM UTC 2023
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/md4        3.4T  2.8T  351G  90% /
    root@fsn ~ # 
    
  • Free MetalVPS Intel i9-13900 Traditional Shell Account! Make Your Own VPSes!

    Somehow, I find it hard to reconcile "traditional shell account" with "make your own VPSes!" :)

    That said, "make your own VPSes!" is a brave (but risky!) injunction :)

    "A single swap file or partition may be up to 128 MB in size. [...] [I]f you need 256 MB of swap, you can create two 128-MB swap partitions." (M. Welsh & L. Kaufman, Running Linux, 2e, 1996, p. 49)

  • Not_OlesNot_Oles Provider

    @NodeSeek用户123 said:

    @Not_Oles said: I haven't used Docker very much. From @yoursunny I heard that adding people to the docker group is equivalent to giving them root on the server. If you Google search "docker group privilege escalation" there seems to be a lot of information available.

    As you said, I searched "Docker Privilege Escalation" on Google and found that as you mentioned, members of the Docker group do have a way to escape the container and obtain root privileges on the host with just a few simple commands. This is the first time I've known about such a vulnerability, which is a bit scary. I understand your concerns. Configuring the Docker environment in a VM myself should be safe, right?

    Hi @NodeSeek用户123!

    I'm much less familiar with Docker than I would like. So, unfortunately, I cannot answer your question about whether configuring the Docker environment [inside a Qemu-KVM virtual machine] would be safe.

    I have asked the guys using the i9-9900K if it is okay to add you over there. Assuming they say it's okay to add you, it might be fun for you to try installing Docker over there and step through the privilege escalation. (Which wouldn't make any difference because on the i9-9900K you already would have sudo.)

    I can imagine a server with just Docker containers for all the users. Maybe users could have multiple containers. I don't know if anyone is doing that.

    You might want to consider working with the command line directly on the node, at least for a little while. Fewer people work that way nowadays, but raw command line is how most server tasks used to be done. Perhaps there is some benefit to learning a little of the traditional methods before they are gone? An objection many people offer against working directly on the node is that others can see your work. The same objection is voiced against LXC. I have never tried it, but I hear it is "trivial" for root to compromise a running Qemu VM. I wonder whether this is correct. Some day, maybe I will try to learn more about it.

    I liked the blockchain verification mentioned on your website. That's another new thing for me. I have heard of blockchain in connection with crypto, but your website is the first time I have seen blockchain verification in connection with a blog website and comments. Maybe it would save a lot of drama if MetalVPS accounts were set up with blockchain verification. :)

    I like all the fun stuff you are doing! :) Thank you!

    Best!

    Tom

  • Not_OlesNot_Oles Provider

    @angstrom said:

    Free MetalVPS Intel i9-13900 Traditional Shell Account! Make Your Own VPSes!

    Somehow, I find it hard to reconcile "traditional shell account" with "make your own VPSes!" :)

    Agreed! Of course, to me, I want to make the VPS, and then work inside it with a shell account. So, in my primitive concept, a VM is just a shell account inside a different type of shell. 🐢

    Where I have trouble is that most everyone else seems to want to install Windows and play games. Where I had imagined a heaven to which people could ascend via ssh and thereby escape the closed source hell of their local machine, it turns out that my monthly payments seem indirectly supporting Microsoft instead of open source.

    Luckily there are amazingly wonderful guys who come aboard from time to time. <3

    That said, "make your own VPSes!" is a brave (but risky!) injunction :)

    Why make a VPS when you have the option to work directly on the node command line? 😱

  • Just a suggestion as I see lots of people just stating that they want to learn creating VMs (without being any more specific). Why not start with running FreeDOS in a VM, and then maybe move up to NetBSD or something similar? Should be a lot less resource intensive and a very good learning opportunity.

  • Another idea would be to set some reasonable limits in /etc/security/limits.conf that would discourage memory-heavy long-running processes, but likely wouldn't affect normal shell usage.

  • Not_OlesNot_Oles Provider

    Hi Guys!

    Please take a look at the difference between yesterday's and today's bandwidth. What causes that difference? Any ideas? Thanks!

    Tom

    root@fsn ~ # date; vnstat
    Fri May  5 11:05:17 PM UTC 2023
    Database updated: 2023-05-05 23:05:00
    
       enp4s0 since 2023-04-10
    
              rx:  2.50 TiB      tx:  3.63 TiB      total:  6.13 TiB
    
       monthly
                         rx      |     tx      |    total    |   avg. rate
         ------------------------+-------------+-------------+---------------
           2023-04      1.97 TiB |  608.14 GiB |    2.56 TiB |    8.70 Mbit/s
           2023-05    540.98 GiB |    3.04 TiB |    3.57 TiB |   73.19 Mbit/s
         ------------------------+-------------+-------------+---------------
         estimated      3.30 TiB |   18.98 TiB |   22.29 TiB |
    
       daily
                         rx      |     tx      |    total    |   avg. rate
         ------------------------+-------------+-------------+---------------
         yesterday     48.43 GiB |   27.62 GiB |   76.05 GiB |    7.56 Mbit/s
             today    131.08 GiB |    2.91 TiB |    3.04 TiB |  322.06 Mbit/s
         ------------------------+-------------+-------------+---------------
         estimated    136.28 GiB |    3.03 TiB |    3.16 TiB |
    root@fsn ~ #
    
  • Not_OlesNot_Oles Provider
    edited May 2023

    @NgocNguyen8372 Hello! Please tell us about what you are running on the server. Please include details about:

    • Operating System

    • Software

    • Memory (RAM) usage

    • CPU usage

    • What you are trying to accomplish with your VPS

    Thanks very much! Best wishes! :)

    Tom

  • edited May 2023

    @Not_Oles said:

    @iamvinh123 @dinopotato @itsmepaddi @NodeSeek用户123

    May I please add @NodeSeek用户123 to the i9-9900K and also to the sudo group there?

    I added

  • edited May 2023

    i am thinking about making a browser that's have virusproof based on MetalVPS, also making proxmox for me:)

  • somiksomik OG Hostbusters

    @Not_Oles said:
    Is anyone noticing reduced performance? We were looking at load averages about 8, and I don't recall anyone mentioning any performance issues. How is the server working for you now, with the load average at 16 and kswapd0 running at 50%?

    Does anybody object to my not redacting usernames? Unless someone objects, I will stop redacting usernames.

    Yes yes, I object to redacting usernames of the top 20 most resource users. It is a free service you are providing and since they are not paying for privacy, I do not see a need to redact usernames, given they are mostly similar to what it is on this forum.

    @Not_Oles said:

    root@fsn ~ # date; top -n 1 -b | head -n 20
    

    I just remembered i owe you a load monitoring solution. I'll try to write up a simple script you can run by cron that will check the load every XX minutes/hours and save it to file. I can also add the option to kill the process if it goes beyond a certain cpu or memory limit (if you need it) so do let me know on that.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Not_OlesNot_Oles Provider

    @dinopotato said:
    @Not_Oles said:

    @iamvinh123 @dinopotato @itsmepaddi @NodeSeek用户123

    May I please add @NodeSeek用户123 to the i9-9900K and also to the sudo group there?

    I added

    Are you sure you added him?

    root@i9 ~ # date; ls /home
    Sat May  6 12:45:14 AM UTC 2023
    dinopotato  iamvinh123  itsmepaddi
    root@i9 ~ # 
    
  • edited May 2023

    @somik said: See the line -v /var/run/docker.sock:/var/run/docker.sock ? That is mounting the docker socket inside the container. If you do not do it for all your containers, I don't see any issues...

    Thank you for the clarification. I understand now that the vulnerability occurs when the Docker socket is mounted inside the container, which is typically done for Docker management containers like Portainer. I will make sure not to mount the Docker socket inside my containers to avoid this issue. I appreciate your help and guidance on this matter😮

    In addition, I would like to ask you: theoretically, can mount the Docker socket inside containers be completed by the container administrator independently without the consent of the host administrator? I think if so, it still does not seem very safe.🤔

  • Not_OlesNot_Oles Provider

    @somik said: I just remembered i owe you a load monitoring solution. I'll try to write up a simple script you can run by cron that will check the load every XX minutes/hours and save it to file. I can also add the option to kill the process if it goes beyond a certain cpu or memory limit (if you need it) so do let me know on that.

    Thanks for your help! As much as I appreciate your help, please let me release you from any notion of owing me something.

    I do not feel a need for "auto killing" of processes. Probably I will regret saying that someday when there is a huge and irredeemably evil process on the loose, wrecking everything. :)

    I've been using nethogs a little bit today. I didn't find a "run once and print to standard output" option: accumulate total usage by process for x seconds, print to standard output. I didn't see anything about IPv6 either. Maybe I missed something.

    Thanks again! Best wishes! <3

  • @Not_Oles said:

    @dinopotato said:
    @Not_Oles said:

    @iamvinh123 @dinopotato @itsmepaddi @NodeSeek用户123

    May I please add @NodeSeek用户123 to the i9-9900K and also to the sudo group there?

    I added

    Are you sure you added him?

    root@i9 ~ # date; ls /home
    Sat May  6 12:45:14 AM UTC 2023
    dinopotato  iamvinh123  itsmepaddi
    root@i9 ~ # 
    

    Yeah i think it's just didnt in home dir
    image

  • Not_OlesNot_Oles Provider

    @OpenSourceUser said:
    Hi @Not_Oles im a 14 year old student in USA who wants to try metalvps for creating Qemu-KVM VMs. I also saw some posts about new i9-9900k server i would like to try that server too for gpu passthrough (vGPU) but i need sudo permissions for that gpu passthrough thing. My ed25519 SSH key ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIATeMYw8cEikz3WblEkWXuibINQw9kDwigwA4FcTYDzX eddsa-key-20230505
    Best wishes! John

    Hey John!

    Thanks for your request!

    Any chance I could talk with your parents? Can you please ask them to email me at the address on my LES profile? Thanks again!

    What have you read about GPU passthrough?

    Thanks again!

    Tom

  • somiksomik OG Hostbusters

    @Not_Oles said:
    Thanks for your help! As much as I appreciate your help, please let me release you from any notion of owing me something.

    I do not feel a need for "auto killing" of processes. Probably I will regret saying that someday when there is a huge and irredeemably evil process on the loose, wrecking everything. :)

    I'll keep the option there where you can set the "limit". You can set to very high so it doesn't interfere with regular operations.

    @Not_Oles said:
    I've been using nethogs a little bit today. I didn't find a "run once and print to standard output" option: accumulate total usage by process for x seconds, print to standard output. I didn't see anything about IPv6 either. Maybe I missed something.

    I normally use vnstat for network monitoring but that's for whole server, not per process either.

    In my experience, high network usage is almost always due to torrents. So if a process is using a lot of resources both up AND down, it's probably for torrenting.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Not_OlesNot_Oles Provider

    @SySSamin said:

    @SySSamin said: previous

    @Not_Oles said: ant to make for Minecraft. Could

    @Not_Oles said:

    @SySSamin said:

    @Yqua said:

    @SySSamin said:
    Hi @Not_Oles
    I want to get MetalVPS for Server Hosting
    SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXxrJ2226g8KPky2Zg1PEjjIsRUXF/aI9+HGun5tkdv eddsa-key-20230429

    Hello SysSamin,

    can you tell us a little bit about yourself and what you want to use MetalVPS for?

    I'm helping @Not_Oles out with MetalVPS, as an volunteer system administrator, due to the increase in users.

    Hello. So I want to use Metal VPS for Testing a Minecraft Server like how to make it put plugins and use it. since my laptop is low end I can't do that.

    Hi @SySSamin!

    Thanks for your request! Your request is welcome, and I am trying to consider it carefully.

    I wish you had included more information about yourself and your education and your experience. Also, I wonder about what brand and model laptop you are using. Could you please share more details?

    I wonder about the plugin you want to make for Minecraft. Could you share specific details about what you want your plugin to do?

    For somebody like me, who is clueless™ about Windows, Minecraft, and Java, Google found me this 2020 guide to Minecraft plugin development. Is this guide okay, or is there another guide which you would recommend?

    How can I better understand details about you and about what you want to do on the server?

    Best wishes!

    Tom

    Hello again, So my Laptop Model is HP ProBook 450 G3. I am learning about making Minecraft servers and I am not making a Plugin
    I am gonna learn how to use the Public Plugins. From Websites and test it.

    Hi @SySSamin!

    Thanks for your message. Thanks for telling us about your laptop. I'm clueless™ about Minecraft. I heard it runs on Java. Awhile back I had a friend who wanted to make sure our server ran okay under heavy load. So he asked another friend to install Minecraft. And the load was heavy! Sorry, but I do not believe that even an i9-13900 is powerful enough to run multiple Minecraft servers with guys experimenting with plugins. Maybe I am wrong. Maybe someone can explain to me.

    Also, as I said before

    I wish you had included more information about yourself and your education and your experience.

    So I think I have to say no to your request because of (1) too heavy usage and (2) no information about yourself, your education, and your experience.

    Please stay with us here in this thread and all around the other threads on LES. Please contribute questions and answers. Probably you can find here at LES a great solution to your need for a Minecraft server. I hope so! :)

    Best wishes and kindest regards,

    Tom

  • somiksomik OG Hostbusters

    @Not_Oles could you please grant me access to the server as well for testing?

    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL20uGbLP+kZoBRXDaANvHy/NeqPIfpDwrWmjBEYx6QF somik@DESKTOP-BO9INQ7
    

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Not_OlesNot_Oles Provider

    @dinopotato said: Yeah i think it's just didnt in home dir

    Okay, no worries! When I get a chance, I will fix the /home directory.

    When you have time, you might be interested in the differences between useradd and adduser. Also, we need to add @NodeSeek用户123 's ssh key, of which I have a copy.

    So, please let me fix @NodeSeek用户123 's situation.

    If you want to try adding another user, please add me as notoles. :) Here's my key:

    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILySvSdulbZ4XG4K333YOoFbcwoo6ythPBOf175OIBfA chronos@localhost

    Thanks so much for helping! I really appreciate it! <3

  • @Not_Oles@dinopotato
    I am utterly surprised to hear that you plan to add me to the sudo group🤯. This is an enormous show of trust in me. I feel both thrilled and deeply pressured, fearful of failing to live up to this trust. Given that I clearly know I am still a novice, I will not use sudo commands unless I have a clear understanding of the consequences and how to undo them. Before executing any sudo commands that I am uncertain of, I will seek your opinions to ensure I do not mess things up. 😊

  • somiksomik OG Hostbusters

    @Not_Oles said:

    @Exinjh said:
    Also @Not_Oles , delete @VMCreator 's home folder (or only disk files), because I sure his "public RDP" eating so much disk space.

    Thanks for the suggestion to delete @VMCreator's files. That's definitely a step to be considered soon. Here is the present disk availability:

    Try this command as root: du -hs /home/*

    It'll show you the usage per user in a easy to understand way

    root@web:~# du -hs /home/*
    624M    /home/a
    388K    /home/b
    901M    /home/c
    39M     /home/d
    44M     /home/e
    181M    /home/f
    8.3M    /home/g
    860K    /home/h
    1.1M    /home/i
    576K    /home/j
    1004K   /home/k
    536K    /home/l
    764K    /home/m
    159M    /home/somik
    16K     /home/n
    221M    /home/o
    372K    /home/p
    80M     /home/q
    

    I speak fluent sarcasm and broken logic. | I would agree with you, but thæn we’d both be wrong.

  • Not_OlesNot_Oles Provider
    edited May 2023

    Hi @NodeSeek用户123 !

    With wonderful help from @dinopotato we added you to the i9-9900K server including the sudo group there.

    Please try logging in (using your same ssh key that works for fsn.metalvps.com):

    ssh nodeseek用户[email protected] -p 42365 [Please note lowercase "n".]

    ssh nodeseek用户123@2a01:4f9:3b:425b::2 -p 42365

    Your password is in a file in your home directory.

    Please let us know if you can get in and also if sudo works for you.

    Thanks again to @dinopotato for helping!

    Best!

    Tom

  • Not_OlesNot_Oles Provider

    @somik said:

    @Not_Oles said:

    @Exinjh said:
    Also @Not_Oles , delete @VMCreator 's home folder (or only disk files), because I sure his "public RDP" eating so much disk space.

    Thanks for the suggestion to delete @VMCreator's files. That's definitely a step to be considered soon. Here is the present disk availability:

    Try this command as root: du -hs /home/*

    It'll show you the usage per user in a easy to understand way

    root@web:~# du -hs /home/*
    624M    /home/a
    388K    /home/b
    901M    /home/c
    39M     /home/d
    44M     /home/e
    181M    /home/f
    8.3M    /home/g
    860K    /home/h
    1.1M    /home/i
    576K    /home/j
    1004K   /home/k
    536K    /home/l
    764K    /home/m
    159M    /home/somik
    16K     /home/n
    221M    /home/o
    372K    /home/p
    80M     /home/q
    

    Got it! Thanks! The directory that is proposed to be deleted uses 1.2T. :)

  • @Not_Oles said:
    Got it! Thanks! The directory that is proposed to be deleted uses 1.2T. :)

    wowza! My personal computer does not even use half as much!

    DM us for private tracker invite.

  • Not_OlesNot_Oles Provider

    @somik said:
    @Not_Oles could you please grant me access to the server as well for testing?

    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL20uGbLP+kZoBRXDaANvHy/NeqPIfpDwrWmjBEYx6QF somik@DESKTOP-BO9INQ7
    

    Hi!

    Access to fsn granted. :) kvm group membership added.

    Please try ssh [email protected] -p 42365. Should work on IPv4 or IPv6.

    A potential issue is . . . nobody has sudo on fsn.

    Thanks for helping! <3

    Best!

    Tom

  • edited May 2023

    @Not_Oles said:

    @Exinjh said:

    @Exinjh Would you kindly send me a PM about who you really are, where you really are, what you are running on the server, and what you are trying to accomplish. It's fine to joke around, but, really, if you want to keep your account, it's time to play it straight.

    Is it compulsory?

    I see your question, "Is it compulsory?" Please take another look at what you told us originally at https://lowendspirit.com/discussion/comment/137147/#Comment_137147

    Hi, @Not_Oles. I want to get an account in your MetalVPS. I'm 17 years old guy from France. I used Linux only on VMware - Alpine Linux. It's my favourite Linux distro! I want to try creating QEMU-KVM virtual machines, try creating LXC containers and proot-environments. I have nice Linux skill. Here's my SSH key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIENxEGH5VonVLWw6nyrfa9idt/mPixNsYMjdrz3iT8oX eddsa-key-20230427. I hope I'll be accepted.

    How can I continue giving you opportunities to show who you really are? You seem not to want to tell us, and not to tell me, even privately. :)

    (I will not run benchmarks anymore, and decrease vCPUs of my VM.)

    This misses the point! It's certainly okay to run benchmarks and to do other heavy stuff. I keep trying to say that the way to do heavy stuff is to post here about what you are doing, how, why, when, how long.

    Also, thanks for unsuspending my account!

    You're welcome! But your account seems to have been suspended again. :)

    Best wishes!

    I'm from France, I had some Linux Course, and I have weak laptop. I running there Windows 10 Lite, Windows XP SP3 Professional and Windows For Workgroups 3.11. But soon i'll try some really old Linux distro! Also, I'll share benchmark results! So, for some time I can use many performance. I'll just run benchmarks again. I will run benchmarks today or tomorrow. But it will not be so long. Why i running benchmarks? I want to show you, guys power of MetalVPS VMs! In Windows 10 Lite VM, I running Chrome, DosBox and other things.

  • edited May 2023

    Hi !@Not_Oles@dinopotato
    Thank you for your work!❤️ I found that I can log in to fsn.metalvps.com , but I cannot log in to 65.21.134.121 with the same port, username, SSH key and corresponding passphrase(I have confirmed it multiple times. )🤔 . I don't seem to be able to solve this problem on my own. Sorry to trouble you.🫡 This is mine ssh public key :

    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPNnK+sbUmMJyhrvJgBMWYDkJ+WZjLBHq+28z9GnoY4v

  • edited May 2023

    @dinopotato

    @dinopotato said:

    @Not_Oles said:

    @dinopotato said:
    @Not_Oles said:

    @iamvinh123 @dinopotato @itsmepaddi @NodeSeek用户123

    May I please add @NodeSeek用户123 to the i9-9900K and also to the sudo group there?

    I added

    Are you sure you added him?

    root@i9 ~ # date; ls /home
    Sat May  6 12:45:14 AM UTC 2023
    dinopotato  iamvinh123  itsmepaddi
    root@i9 ~ # 
    

    Yeah i think it's just didnt in home dir
    image

    I seem to have noticed the problem: my VPS username is not "Nodeseek用户123", but starts with "nodeseek用户123" with a lowercase "n".😮

    But when I tried to ssh to 65.21.134.121, I confirmed that the username is nodeseek user 123, but the authentication still failed

  • @Not_Oles said:
    @NgocNguyen8372 Hello! Please tell us about what you are running on the server. Please include details about:

    • Operating System

    • Software

    • Memory (RAM) usage

    • CPU usage

    • What you are trying to accomplish with your VPS

    Thanks very much! Best wishes! :)

    Tom

    1. I am running windows 11
    2. I am still using VMware
    3. 10GB ram
    4. 5 cpu
    5. Just wanna run vm stuff

  • Just wanna run vm stuff

    Tell us more about the "VM stuff" you are running.

    DM us for private tracker invite.

Sign In or Register to comment.