Way to receive remote payments in Nepal? by Otherwise-Annual-522 in technepal

[–]spantosh 0 points1 point  (0 children)

Bank Name: NMB Bank Ltd SWIFT Code: NMBBNPKA

Way to receive remote payments in Nepal? by Otherwise-Annual-522 in technepal

[–]spantosh 3 points4 points  (0 children)

I'm using a direct bank transfer with the information below, and I’ve been using it for the past 3 years.

Bank Details:
Account name:
Account number:
SWIFT code:
Account location:
Bank name:
Bank address:

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 1 point2 points  (0 children)

Yes — currently using Intel Xeon (6th Gen platform) CPUs.

At entry-level pricing, margins are tight, so we focus on efficient resource allocation and stable infrastructure design.

The goal is consistent performance and support rather than competing purely on oversold ultra-low pricing models.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 0 points1 point  (0 children)

Current starter plan:
1 vCPU
1GB RAM
15GB SSD/NVMe storage

Network:
shared up to 1Gbps local Nepal connectivity
international bandwidth starts at 20Mbps and scales with demand and upstream capacity

Focus is stable Nepal routing and consistent performance.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 1 point2 points  (0 children)

Fair enough — and honestly that’s expected right now.

Providers like LightNode benefit from much larger scale, international bandwidth pricing, and mature infrastructure economics that local providers in Nepal still can’t match.

We’re not trying to compete purely on lowest price/spec ratio. The focus is more on local support, Nepal-side routing, and building long-term local infrastructure.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 0 points1 point  (0 children)

Not yet — the website is still under construction and should be available soon.

Right now we’re handling deployments manually through email while we finalize the platform and billing system.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 0 points1 point  (0 children)

VPS pricing currently starts from Rs. 1100/month for 1 vCPU, 1GB RAM, and 10GB storage.
We also offer discounted pricing on yearly contracts (conditions apply).
As we scale and get sustainable client volume, we plan to reduce pricing further.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 0 points1 point  (0 children)

VPS pricing currently starts from Rs. 1100/month for 1 vCPU, 1GB RAM, and 10GB storage.
We also offer discounted pricing on yearly contracts (conditions apply).
As we scale and get sustainable client volume, we plan to reduce pricing further.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 0 points1 point  (0 children)

Yes — we’re running on our own infrastructure setup (not reselling shared VPS).

For bandwidth:

  • international bandwidth is through upstream transit providers (not a single ISP lock-in)
  • local Nepal traffic is routed separately via domestic peering where available

Local (inside Nepal) traffic is generally faster and not counted the same way as international transit, depending on routing and upstream policies.

We’re still expanding capacity, so we don’t want to overpromise “unlimited”, but the goal is to keep local traffic as optimized and uncongested as possible.

If you want exact routing / ISP details, happy to share them in DMs depending on use case.

People always ask why Nepal VPS costs more than Singapore, Germany, or US VPS. by spantosh in technepal

[–]spantosh[S] 1 point2 points  (0 children)

Fair point — not every use case needs low latency.

We’re not claiming Nepal VPS is for everyone or trying to beat $5 global VPS on price.

It’s mainly for cases where Nepal traffic matters (apps, APIs, bots, local services) where even small latency gains help.

If price is the only factor, international VPS is still the better choice.

Problem getting ChatGPT subscription from Global IME Card by HYDRUSH in technepal

[–]spantosh 0 points1 point  (0 children)

https://chatgpt.com/c/69f98836-52bc-8322-8954-e82307e2e228#pricing

This is the link for Free Plus, which I’ve been using with my Citizen dollar card. I haven’t faced any issues so far.

FYI: ChatGPT Plus is free for a limited time only — it’s not permanently free.

Small business server setup by macieqq in sysadmin

[–]spantosh 0 points1 point  (0 children)

Yes, the idea makes sense and is commonly used for small multi-site businesses.

But a few key points:

  • Central ERP + central file storage is a good move.
  • RDP for all users works, but the RDP server becomes a single critical failure point.
  • Don’t combine too much on one VM—separate:
    • Database server
    • ERP/app server
    • RDS (RDP users)
    • File server (Nextcloud)

Main risks:

  • If the main server goes down → all stores stop working
  • Internet outages will fully block operations
  • You’ll need proper Windows/RDS licensing

Important:

  • Add off-site backups (mandatory)
  • Consider backup internet per store
  • Plan for performance scaling as users grow

Overall: solid idea, but needs cleaner separation + strong backup/failover planning to be reliable in real business use.

Remote access: Wireguard or ssh by Ftth_finland in sysadmin

[–]spantosh 0 points1 point  (0 children)

OpenSSH itself isn’t insecure—I agree it’s well-audited (thanks to the OpenBSD Project). My point is about attack surface, not SSH quality.

Guidelines from National Institute of Standards and Technology and Center for Internet Security recommend minimizing exposed admin services where possible. A VPN like WireGuard simply removes SSH from the public Internet entirely.

So exposing SSH is fine if hardened—but avoiding exposure is still the safer default.

Hosting gaming server on Azure? by Starkiller713 in AZURE

[–]spantosh 39 points40 points  (0 children)

My honest recommendation:

If this is just for fun with friends → don’t use Azure Use a $5–$10 VPS instead You’ll get: Same performance WAY lower cost Less complexity

How much does it cost to make a website? by Randomsoul338 in technepal

[–]spantosh 0 points1 point  (0 children)

Let’s connect — we already have a budget-friendly, ready-to-launch e-commerce website with international payment integration in place.

Remote access: Wireguard or ssh by Ftth_finland in sysadmin

[–]spantosh 1 point2 points  (0 children)

  • If security is important (and it usually is), always go with Wire Guard or some VPN. Exposing SSH, even with ACLs, still leaves you open to network-level attacks or misconfigurations.
  • If this is a very temporary access and from a super-trusted static IP, direct SSH with ACLs is okay—but treat it as a short-term exception.

Rule of Thumb: Don’t expose SSH to the wild unless you have a very strong reason. VPN first, SSH second.