Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

HostBrr | BF Storage Deals - EPYC 10 Gbps Storage VPS - DirectAdmin Storage Boxes 500GB €7/year!

1121315171836

Comments

  • @dosai said:
    There seems be some permission issue with nextcloud, files uploaded to the directory are not showing up in nextcloud UI. Anyone else seeing this?

    Files don't get uploaded. It stucks at 100% and then times out as it seems.

  • @itachikonoha said:

    @dosai said:
    There seems be some permission issue with nextcloud, files uploaded to the directory are not showing up in nextcloud UI. Anyone else seeing this?

    Files don't get uploaded. It stucks at 100% and then times out as it seems.

    I'm using rclone to upload and the files are present in the directory (verified based on what I see from SSH).

  • @dosai said:
    There seems be some permission issue with nextcloud, files uploaded to the directory are not showing up in nextcloud UI. Anyone else seeing this?

    yes facing same issue

  • If the uploaded files not showing, add the following line to config/config.php. Files that are uploaded outside Nextcloud won't be showing unless you add this line. I fixed mine yesterday, and it works.

    'filesystem_check_changes' => 1,

    Thanked by 2dosai noury
  • @nick_ said:
    If the uploaded files not showing, add the following line to config/config.php. Files that are uploaded outside Nextcloud won't be showing unless you add this line. I fixed mine yesterday, and it works.

    'filesystem_check_changes' => 1,

    This worked for me.

    Location - https://ftp1.hostypanel.com:2222/evo/user/filemanager/files?path=/domains/YOURDOMAIN/public_html/config - config.php

    Thanked by 1noury
  • Wait, you guys can actually access your box?

  • @elliotc said:
    Wait, you guys can actually access your box?

    That's the question I have too.

    The SSH terminal is very restricted.

    On the other hand, SSH keys are getting permission denied.

    I wonder how people are accessing. I am missing something yet can't figure out.

  • @itachikonoha said:

    @elliotc said:
    Wait, you guys can actually access your box?

    That's the question I have too.

    The SSH terminal is very restricted.

    On the other hand, SSH keys are getting permission denied.

    I wonder how people are accessing. I am missing something yet can't figure out.

    I've added my public keys via Directadmin Panel and connect via SSH with given port from mail and the IP Adress from the mail.

  • If you can't SSH into the server, it could also mean your IP is being blocked.

    Thanked by 1HuntersPad
  • cybertechcybertech Member
    edited November 2024

    i was able to sshfs mount but haven't gotten to write to the box from remote vps yet.

  • tridinebandimtridinebandim Member
    edited November 2024

    @dosai files uploaded to the directory

    i dont think nextcloud work like that

  • Rsync works well on tmux i was able to push 300gb after the restart

  • labzelabze Member, Patron Provider

    @gemini_geek said:

    @balo0 said:
    @labze DA Storage got better after your fix. However performance of BF VPS is still very poor. Any HDD file operation pushes Uptime overboard with HDD performance 10-20MB/s. It is the same for last couple days so HDD is practically unusable. Any plans to fix this? Thanks.

    Exactly!, I got one hybrid server , the HDD performance is below par right now , but many users pushing data can be one reason, but limit on iops should take care of this !

    It is not a IOPS issue but rather a throughput issue. We have 2x 10 Gbps uplinks on this server and when people push data onto the RAID array the network capacity far outweighs even the theoretical write performance of the RAID array.

    This is a simple case of patience as given a notice about in the offer post. Unfortunately no amount of magic tweaking can fix the limitations of HDDs, even with caching.

    Thanked by 2HuntersPad bluesega
  • got the 500GB, paid, waiting for provisioning

  • why's sftp (port 22) not working?

  • edited November 2024

    @labze said:

    @gemini_geek said:

    @balo0 said:
    @labze DA Storage got better after your fix. However performance of BF VPS is still very poor. Any HDD file operation pushes Uptime overboard with HDD performance 10-20MB/s. It is the same for last couple days so HDD is practically unusable. Any plans to fix this? Thanks.

    Exactly!, I got one hybrid server , the HDD performance is below par right now , but many users pushing data can be one reason, but limit on iops should take care of this !

    It is not a IOPS issue but rather a throughput issue. We have 2x 10 Gbps uplinks on this server and when people push data onto the RAID array the network capacity far outweighs even the theoretical write performance of the RAID array.

    This is a simple case of patience as given a notice about in the offer post. Unfortunately no amount of magic tweaking can fix the limitations of HDDs, even with caching.

    Maybe tiered caching using nvmes, in the future, would be instantaneous upload only limited by the uplink

  • @sitss said:
    why's sftp (port 22) not working?

    Use the custom port that was given to you in the credentials email

    Thanked by 1sitss
  • labzelabze Member, Patron Provider

    @lowendtalkxdax said:

    @labze said:

    @gemini_geek said:

    @balo0 said:
    @labze DA Storage got better after your fix. However performance of BF VPS is still very poor. Any HDD file operation pushes Uptime overboard with HDD performance 10-20MB/s. It is the same for last couple days so HDD is practically unusable. Any plans to fix this? Thanks.

    Exactly!, I got one hybrid server , the HDD performance is below par right now , but many users pushing data can be one reason, but limit on iops should take care of this !

    It is not a IOPS issue but rather a throughput issue. We have 2x 10 Gbps uplinks on this server and when people push data onto the RAID array the network capacity far outweighs even the theoretical write performance of the RAID array.

    This is a simple case of patience as given a notice about in the offer post. Unfortunately no amount of magic tweaking can fix the limitations of HDDs, even with caching.

    Maybe tiered caching using nvmes, in the future, would be instantaneous upload only limited by the uplink

    It is already NVMe Cached. But eventually the cache runs dry when there's written 300 MB/s to it and the HDD array can't keep up with the writes.

    Thanked by 1bluesega
  • @lowendtalkxdax said:

    @sitss said:
    why's sftp (port 22) not working?

    Use the custom port that was given to you in the credentials email

    Thank you! This is what I was missing. It's so stupid of me NOT to read the mail.

    Thanked by 1hyperblast
  • @labze said:

    @lowendtalkxdax said:

    @labze said:

    @gemini_geek said:

    @balo0 said:
    @labze DA Storage got better after your fix. However performance of BF VPS is still very poor. Any HDD file operation pushes Uptime overboard with HDD performance 10-20MB/s. It is the same for last couple days so HDD is practically unusable. Any plans to fix this? Thanks.

    Exactly!, I got one hybrid server , the HDD performance is below par right now , but many users pushing data can be one reason, but limit on iops should take care of this !

    It is not a IOPS issue but rather a throughput issue. We have 2x 10 Gbps uplinks on this server and when people push data onto the RAID array the network capacity far outweighs even the theoretical write performance of the RAID array.

    This is a simple case of patience as given a notice about in the offer post. Unfortunately no amount of magic tweaking can fix the limitations of HDDs, even with caching.

    Maybe tiered caching using nvmes, in the future, would be instantaneous upload only limited by the uplink

    It is already NVMe Cached. But eventually the cache runs dry when there's written 300 MB/s to it and the HDD array can't keep up with the writes.

    Understandable

  • @itachikonoha said:

    @lowendtalkxdax said:

    @sitss said:
    why's sftp (port 22) not working?

    Use the custom port that was given to you in the credentials email

    Thank you! This is what I was missing. It's so stupid of me NOT to read the mail.

    hehehe oppps silly me

  • Is the StorageBox the same kind of StorageBox offered by Hetzner?

    Is there feature parity between the two, or even more stuff from HostBrr?

  • labzelabze Member, Patron Provider

    @k9banger said:
    Is the StorageBox the same kind of StorageBox offered by Hetzner?

    Is there feature parity between the two, or even more stuff from HostBrr?

    Hetzner is a only storage, but might support more mount options. Our Storagebox is storage and a webserver so you can host websites as well. Not as performant as the normal webhosting plans but should be sufficient for personal needs.

  • @nick_ said:
    If the uploaded files not showing, add the following line to config/config.php. Files that are uploaded outside Nextcloud won't be showing unless you add this line. I fixed mine yesterday, and it works.

    'filesystem_check_changes' => 1,

    Where is that config/config.php? Location?

  • @labze said:

    @k9banger said:
    Is the StorageBox the same kind of StorageBox offered by Hetzner?

    Is there feature parity between the two, or even more stuff from HostBrr?

    Hetzner is a only storage, but might support more mount options. Our Storagebox is storage and a webserver so you can host websites as well. Not as performant as the normal webhosting plans but should be sufficient for personal needs.

    Do you have a guide on how to use it? Is it based on one of the regular industry panels like CPanel etc?

  • Does anybody know how to switch off password auth completely for SFTP?

  • @k9banger said:

    @labze said:

    @k9banger said:
    Is the StorageBox the same kind of StorageBox offered by Hetzner?

    Is there feature parity between the two, or even more stuff from HostBrr?

    Hetzner is a only storage, but might support more mount options. Our Storagebox is storage and a webserver so you can host websites as well. Not as performant as the normal webhosting plans but should be sufficient for personal needs.

    Do you have a guide on how to use it? Is it based on one of the regular industry panels like CPanel etc?

    HostBrr StorageBox is using DirectAdmin so pretty easy to use as a host. If it's static then literally just upload to public_html, point a domain, and you're good to go. If something like WordPress you can install via Softaculous in DA then use (though honestly it's probably better to use "ordinary" shared hosting if you need WordPress).

    Thanked by 1k9banger
  • @itachikonoha said:

    @nick_ said:
    If the uploaded files not showing, add the following line to config/config.php. Files that are uploaded outside Nextcloud won't be showing unless you add this line. I fixed mine yesterday, and it works.

    'filesystem_check_changes' => 1,

    Where is that config/config.php? Location?

    Nextcloud installation path > config > config.php

    Mine is installed at root so
    My Files > domains > [example.com] > public_html > config > config.php

    https://ftp1.hostypanel.com:2222/evo/user/filemanager/files?path=/domains/DOMAIN_HERE/public_html/config then config.php

  • @labze
    Ticket #2632484 is waiting for you!

  • @labze said: Our Storagebox is storage and a webserver

    It'd be a great deal even if it was plain storage box. Imo panel part added a layer of complexity and abuse your support will have to deal with for at least a year.

    Thanked by 1haolun
Sign In or Register to comment.